Init Django-SHOP

This commit is contained in:
2021-02-23 22:57:30 +00:00
parent 8842939839
commit b4a79a6890
109 changed files with 5734 additions and 160 deletions

2
wsgi.py Normal file
View File

@@ -0,0 +1,2 @@
from django.core.wsgi import get_wsgi_application
application = get_wsgi_application()