mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-07-22 22:39:36 +02:00
Add Liechtenstein
This commit is contained in:
parent
9dfc5fc809
commit
528811d0d3
3 changed files with 14 additions and 63 deletions
|
@ -3,9 +3,4 @@ from django.conf import settings
|
|||
|
||||
class AdventuresConfig(AppConfig):
|
||||
default_auto_field = 'django.db.models.BigAutoField'
|
||||
name = 'adventures'
|
||||
|
||||
# def ready(self):
|
||||
# if settings.SCHEDULER_AUTOSTART:
|
||||
# from .scheduler import start_scheduler
|
||||
# start_scheduler()
|
||||
name = 'adventures'
|
Loading…
Add table
Add a link
Reference in a new issue