Initial commit

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
2020-01-15 20:15:14 -05:00
commit a61ad46b49
45 changed files with 1720 additions and 0 deletions

20
Pipfile Normal file
View File

@@ -0,0 +1,20 @@
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
black = "==19.10b0"
[packages]
django = "==2.2"
django-bootstrap4 = "*"
django-invitations = "*"
django-hashid-field = "*"
frozendict = "*"
[requires]
python_version = "3.8"
[pipenv]
allow_prereleases = true