feat(settings,requirements): [M] edit settings and requirements

[M] edit settings and requirements

Signed-off-by: Ching <loooching@gmail.com>
This commit is contained in:
Ching 2021-10-04 23:05:03 +08:00
parent 03abb22e78
commit a08a7fc8df
2 changed files with 34 additions and 5 deletions

View File

@ -1,5 +1,32 @@
Django
djangorestframework
markdown # Markdown support for the browsable API.
django-filter
pywebio
appnope==0.1.2
asgiref==3.4.1
backcall==0.2.0
decorator==5.0.9
Django==3.2.6
django-cors-headers==3.8.0
django-filter==2.4.0
djangorestframework==3.12.4
importlib-metadata==4.6.4
ipdb==0.13.9
ipython==7.16.1
ipython-genutils==0.2.0
jedi==0.17.2
Markdown==3.3.4
parso==0.7.1
pexpect==4.8.0
pickleshare==0.7.5
prompt-toolkit==3.0.19
ptyprocess==0.7.0
Pygments==2.10.0
pytz==2021.1
pywebio==1.3.3
six==1.16.0
sqlparse==0.4.1
toml==0.10.2
tornado==6.1
traitlets==4.3.3
typing-extensions==3.10.0.0
ua-parser==0.10.0
user-agents==2.2.0
wcwidth==0.2.5
zipp==3.5.0

View File

@ -40,3 +40,5 @@ CORS_ALLOW_HEADERS = [
CORS_ALLOW_HEADERS = ('*')
PROJECT_DIR = os.path.dirname(os.path.abspath(__file__))
STATIC_ROOT = os.path.join(PROJECT_DIR, 'static')