website: create django app

This commit is contained in:
Oliver Gaskell 2025-11-01 12:07:44 +00:00
parent 1a0a6e0739
commit 1b024d1fd6
No known key found for this signature in database
GPG key ID: F971A08925FCC0AD
15 changed files with 220 additions and 0 deletions

6
websiteapp/apps.py Normal file
View file

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