Old SandTable project

This commit is contained in:
Your Name
2026-08-08 16:11:57 +03:00
commit 59c9f942f0
68 changed files with 2686 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
from django.apps import AppConfig
class SandtableConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'sandtable'
def ready(self):
# Startup code here
pass