Init, base deps

This commit is contained in:
2021-02-03 17:37:08 +00:00
parent c3f9f2dffe
commit ac81466985
28 changed files with 184360 additions and 0 deletions

14
Pipfile Normal file
View File

@@ -0,0 +1,14 @@
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[packages]
Django = "*"
django-registration-redux = "*"
django-tailwind = "*"
[dev-packages]
[requires]
python_version = "3.8"