python package created with the aim of adding functionality to the creation of a project built with django and django rest framework
I built this project to make more easy build rest web apps with django and django rest
- You want build django rest web applications more easily;
- Want use Heroku;
install the package globaly:
pip install django-rest-starter
create the project:
django-rest-starter nome_do_seu_projeto
optional arguments:
--user
:
Add user template to the project
--heroku
:
Add heroku template to the project
if you have any tips or proposals to improve the code, open an issue and detail your proposal. every contribution is welcome.
this project is using the mit license MIT.