django installed and basic configured, add admin-view, add models U

m@laptop> ser Coin and Country
This commit is contained in:
koksnuss
2020-04-20 13:06:34 +02:00
commit 585998dcc1
15 changed files with 434 additions and 0 deletions

12
Pipfile Normal file
View File

@ -0,0 +1,12 @@
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
django = "*"
[requires]
python_version = "3.6"