欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2/Agda, C++/Lisp/Haskell
Django hackathon starter
来自开放百科 - 灰狐
(版本间的差异)
小 (→图集) |
小 (→指南) |
||
| 第2行: | 第2行: | ||
==指南== | ==指南== | ||
| + | git clone https://github.com/DrkSephy/django-hackathon-starter.git | ||
| + | cd django-hackathon-starter | ||
| + | pip install -r requirements.txt | ||
| + | bower install | ||
| + | cd hackathon_starter | ||
| + | python manage.py makemigrations | ||
| + | python manage.py migrate | ||
| + | python manage.py runserver | ||
| + | http://127.0.0.1:8000/hackathon | ||
| + | http://localhost:8000/admin | ||
==图集== | ==图集== | ||
2015年8月27日 (四) 14:47的版本
Django Hackathon Starter 是一个 Django Web 应用的样板。
指南
git clone https://github.com/DrkSephy/django-hackathon-starter.git cd django-hackathon-starter pip install -r requirements.txt bower install cd hackathon_starter python manage.py makemigrations python manage.py migrate python manage.py runserver http://127.0.0.1:8000/hackathon http://localhost:8000/admin
图集
链接
分享您的观点