first commit

This commit is contained in:
Christian Lawson-Perfect 2024-03-04 15:05:35 +00:00
commit 52ab7aa331
33 changed files with 33447 additions and 0 deletions

6
thinks/apps.py Normal file
View file

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