Created basic django server structure
This commit is contained in:
parent
d25bdd8a10
commit
0b31a83f83
15 changed files with 224 additions and 0 deletions
11
invsystem/requirements.txt
Normal file
11
invsystem/requirements.txt
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
Django>=2.1
|
||||
django_extensions
|
||||
django-tables2
|
||||
django-tablib
|
||||
django-filter
|
||||
django-crispy-forms
|
||||
django-reversion
|
||||
django-import-export
|
||||
psycopg2-binary
|
||||
requests
|
||||
Faker
|
||||
Loading…
Add table
Add a link
Reference in a new issue