Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 229 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 229 Bytes

django-rest-framework

Django restful framework tutorial

$ virtualenv env
$ source env/bin/active
$ pip install -r app/requirement.txt

Now you can startup this project by:

$ fab runserver