Skip to content

jonasli/generator-django-rest

 
 

Repository files navigation

generator-django-rest Build Status

Yeoman generator for a Django REST API that keeps things simple, yet makes everything work nicely on Heroku. A lot of the settings are taken from the excellent cookiecutter-django.

Getting Started

To begin, your computer first needs node.js. Once you have that, you need Yeoman pre-installed. Yeoman lives in the npm package repository. You only have to ask for him once, then he packs up and moves into your hard drive.

npm install -g yo

Then, we need the django-rest generator, i.e. plug-in. You install generator-django-rest from npm.

npm install -g generator-django-rest

Finally, for every new project you would initiate the generator in an empty folder.

mkdir myproject
cd myproject
yo django-rest

License

GPLv3

About

Yeoman generator for a Django REST API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 56.3%
  • JavaScript 42.1%
  • Shell 1.6%