event timeline

This commit is contained in:
j 2021-11-12 16:49:35 +00:00
commit fc1a929428
53 changed files with 806 additions and 0 deletions

6
app/page/apps.py Normal file
View file

@ -0,0 +1,6 @@
from django.apps import AppConfig
class PageConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'app.page'