dj restaurants:通过Python Django框架构建饭店应用| #SE 源码
dj餐厅 通过Django框架构建餐厅应用 Python 3.4,Django 1.7 安装 # install py 3.4 with conda # V1 conda create -n django-env python=3.4 # V2 # https://stackoverflow.com/questions/57449169/how-to-install-deprecated-unsupported-python-3-4-on-conda-environment conda config --set restore_free_channel True conda create -n django-env python=3.4 快速开始 # run the app source activate django-env export PYTHONPATH=/Users/ $USER
文件列表
dj-restaurants-main.zip
(预估有个21文件)
dj-restaurants-main
requirements.txt
11B
doc
progress.md
107B
README.md
2KB
.gitignore
2KB
mysite
restaurants
tests.py
60B
migrations
暂无评论