Skip to content

Commit

Permalink
Create README file
Browse files Browse the repository at this point in the history
  • Loading branch information
pharingee committed May 25, 2017
1 parent 92e20d0 commit 12fbf2a
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Django Rest API Starter

Starting template for Django + Django Rest Framework

# Instructions
- Install `foreman` gem
- Install `virtualenv` and create new environment
```
$ pip install virtualenv
$ cd path-to-project
$ virtualenv env
```
- Install required packages with pip
```
(env)$ pip install django django-storages dj-database-url django-cors-headers \
django-guardian django-rest-swagger djangorestframework psycopg2 dj-static boto
```
- Start project with template
```
(env)$ django-admin.py startproject [project-name] --template=https://github.com/pharingee/django-rest-api-starter/archive/master.zip --extension=env,py-tpl
```

0 comments on commit 12fbf2a

Please sign in to comment.