First commit

This commit is contained in:
Andros Fenollosa
2021-11-08 23:32:13 +01:00
parent 088081247c
commit b57103eabd
19 changed files with 496 additions and 0 deletions

6
app/website/apps.py Normal file
View File

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