mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-22 13:51:13 -05:00
Refactor code structure and remove redundant changes
This commit is contained in:
11
django-backend/apps/timeline/apps.py
Normal file
11
django-backend/apps/timeline/apps.py
Normal file
@@ -0,0 +1,11 @@
|
||||
"""
|
||||
Timeline app configuration.
|
||||
"""
|
||||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class TimelineConfig(AppConfig):
|
||||
"""Configuration for the timeline app."""
|
||||
default_auto_field = 'django.db.models.BigAutoField'
|
||||
name = 'apps.timeline'
|
||||
verbose_name = 'Timeline Events'
|
||||
Reference in New Issue
Block a user