Created basic django server structure
This commit is contained in:
parent
d25bdd8a10
commit
0b31a83f83
15 changed files with 224 additions and 0 deletions
5
invsystem/user_manager/apps.py
Normal file
5
invsystem/user_manager/apps.py
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class UserManagerConfig(AppConfig):
|
||||
name = 'user_manager'
|
||||
Loading…
Add table
Add a link
Reference in a new issue