mirror of
https://github.com/pacnpal/thrillwiki_django_no_react.git
synced 2025-12-20 15:11:09 -05:00
first commit
This commit is contained in:
8
parks/apps.py
Normal file
8
parks/apps.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from django.apps import AppConfig
|
||||
|
||||
class ParksConfig(AppConfig):
|
||||
default_auto_field = 'django.db.models.BigAutoField'
|
||||
name = 'parks'
|
||||
|
||||
def ready(self):
|
||||
import parks.signals # noqa
|
||||
Reference in New Issue
Block a user