initial django base

This commit is contained in:
meeb
2020-11-23 17:32:02 +11:00
parent 840d4fbc62
commit 6ed18a6953
123 changed files with 44533 additions and 0 deletions

15
Pipfile Normal file
View File

@@ -0,0 +1,15 @@
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
django = "*"
django-sass-processor = "*"
libsass = "*"
pillow = "*"
[requires]
python_version = "3"