Created basic django server structure
This commit is contained in:
parent
d25bdd8a10
commit
0b31a83f83
15 changed files with 224 additions and 0 deletions
3
invsystem/user_manager/models.py
Normal file
3
invsystem/user_manager/models.py
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
from django.db import models
|
||||
|
||||
# Create your models here.
|
||||
Loading…
Add table
Add a link
Reference in a new issue