mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-22 08:31:15 -05:00
Refactor code structure and remove redundant changes
This commit is contained in:
11
django-backend/apps/reports/apps.py
Normal file
11
django-backend/apps/reports/apps.py
Normal file
@@ -0,0 +1,11 @@
|
||||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class ReportsConfig(AppConfig):
|
||||
default_auto_field = 'django.db.models.BigAutoField'
|
||||
name = 'apps.reports'
|
||||
verbose_name = 'Reports'
|
||||
|
||||
def ready(self):
|
||||
# Import signals here if needed
|
||||
pass
|
||||
Reference in New Issue
Block a user