Old SandTable project
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user