init commit
This commit is contained in:
7
lottery/webapp/apps.py
Normal file
7
lottery/webapp/apps.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class WebappConfig(AppConfig):
|
||||
default_auto_field = 'django.db.models.BigAutoField'
|
||||
name = 'webapp'
|
||||
verbose_name='Основноая информация'
|
||||
Reference in New Issue
Block a user