Skip to content

Cookie Cutter For Django Rest Framework + Rest Auth + Django Rest Knox

Notifications You must be signed in to change notification settings

marclanepitt/marcs-django-rest-cookie-cutter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Get Started

Dependencies:

Steps:

  • Clone or download this repository then:
$ bash marcs-django-rest-cookie-cutter/setup.sh
  • And you're off!

Features

Create a Rest App

$ ./manage.py startrestapp <app_name>
Creates django app with following app structure

app_name
│   factories
│   migrations    
└───v1
│   │   urls.py
│   │   serializers.py
│   │   views.py
│   admin.py
│   apps.py
│   models.py

About

Cookie Cutter For Django Rest Framework + Rest Auth + Django Rest Knox

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published