Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mykings/pyconchina2015_lottery
PyCon China 2015 抽奖系统
https://github.com/mykings/pyconchina2015_lottery
Last synced: about 2 months ago
JSON representation
PyCon China 2015 抽奖系统
- Host: GitHub
- URL: https://github.com/mykings/pyconchina2015_lottery
- Owner: MyKings
- License: apache-2.0
- Created: 2015-09-19T12:57:52.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-19T13:28:24.000Z (over 9 years ago)
- Last Synced: 2024-01-07T06:54:25.877Z (about 1 year ago)
- Language: Python
- Size: 918 KB
- Stars: 19
- Watchers: 5
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PyConChina2015_lottery
PyCon China 2015 抽奖系统## 环境搭建
* python 2.7.x
* sudo pip install django## 如何运行
* python manage.py runserver
* http://127.0.0.1:8000 或者 http://127.0.0.1**ps: 后台地址 http://127.0.0.1/admin**
**账号: pycon_master/!pyc0n2015**