2019.04.20 - 2019.04.21 西安电子科技大学-微软俱乐部-hackathon。 PPT 队,后端部分,微信小程序
│ manage.py
│
│
├─activity
│ │ admin.py
│ │ apps.py
│ │ models.py
│ │ Serializer.py
│ │ tests.py
│ │ urls.py
│ │ views.py
│ │ __init__.py
│ │
│ ├─migrations
│ 0001_initial.py
│ 0002_auto_20190420_2108.py
│ 0003_activity_number.py
│ 0004_auto_20190421_0056.py
│ __init__.py
│
├─hackthon
│ settings.py
│ urls.py
│ wsgi.py
│ __init__.py
│
└─user
│ admin.py
│ apps.py
│ models.py
│ Serializer.py
│ tests.py
│ urls.py
│ views.py
│ __init__.py
│
├─migrations
0001_initial.py
0002_auto_20190421_0225.py
0003_auto_20190421_0228.py
__init__.py
- Python环境:
python3.5+
- MySQL:
3.5以上
- Django:
2.0以上
pip3 install -r dev-requirment.txt
python manage.py migrate
✨🍰✨
pytest --pep8
pytest
python manage.py runserver
感谢西安电子科技大学微软俱乐部提供优异的条件和愉快的体验。