1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-23 06:49:37 +02:00

remove scheduler for now

This commit is contained in:
Sean Morley 2024-08-21 10:26:35 -04:00
parent 02d2d62f47
commit 4cdbb75791

View file

@ -58,7 +58,7 @@ INSTALLED_APPS = (
'adventures', 'adventures',
'worldtravel', 'worldtravel',
'users', 'users',
'django_apscheduler', # 'django_apscheduler',
) )