initial drf project setup

This commit is contained in:
2025-03-02 08:41:31 -05:00
parent 8b213c462c
commit f4b03ea7cc
18 changed files with 289 additions and 0 deletions

6
journal/apps.py Normal file
View File

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