init
This commit is contained in:
commit
4fcbdaa4db
21 changed files with 589 additions and 0 deletions
6
server/apps.py
Normal file
6
server/apps.py
Normal file
|
@ -0,0 +1,6 @@
|
|||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class ServerConfig(AppConfig):
|
||||
default_auto_field = 'django.db.models.BigAutoField'
|
||||
name = 'server'
|
Loading…
Add table
Add a link
Reference in a new issue