Dependencies:
Steps:
- Clone or download this repository then:
$ bash marcs-django-rest-cookie-cutter/setup.sh
- And you're off!
$ ./manage.py startrestapp <app_name>
app_name
│ factories
│ migrations
└───v1
│ │ urls.py
│ │ serializers.py
│ │ views.py
│ admin.py
│ apps.py
│ models.py