0
app/itops/__init__.py
Normal file
0
app/itops/__init__.py
Normal file
6
app/itops/apps.py
Normal file
6
app/itops/apps.py
Normal file
@ -0,0 +1,6 @@
|
||||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class ItOpsConfig(AppConfig):
|
||||
default_auto_field = 'django.db.models.BigAutoField'
|
||||
name = 'itops'
|
0
app/itops/migrations/__init__.py
Normal file
0
app/itops/migrations/__init__.py
Normal file
Reference in New Issue
Block a user