Fully functional. FrontEnd remains

This commit is contained in:
2024-10-07 21:44:58 +09:00
parent fc20ca01b7
commit 0e82b86e51
27 changed files with 528 additions and 170 deletions

View File

@@ -1,5 +1,12 @@
from django.apps import AppConfig
from django.apps import AppConfig
class YourAppConfig(AppConfig):
name = 'web'
def ready(self):
import web.signals
class WebConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'