Inital shuup setup

This commit is contained in:
2021-02-13 23:20:23 +00:00
parent 765b078cd5
commit 7aa6d499a5
7 changed files with 863 additions and 0 deletions

16
Pipfile Normal file
View File

@@ -0,0 +1,16 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
shuup = "*"
django = "*"
django-tailwind = "*"
django-filer = "*"
django-bootstrap3 = "*"
[dev-packages]
[requires]
python_version = "3.9"