Initial commit

This commit is contained in:
Senad Uka
2019-01-14 13:15:49 +01:00
commit a107668d4b
34 changed files with 8762 additions and 0 deletions

13
Pipfile Normal file
View File

@@ -0,0 +1,13 @@
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
django = "*"
django-webpack-loader = '==0.6.0'
[requires]
python_version = "3.7"