django-admin startproject projectname --template=https://github.com/labhackercd/django-template/archive/master.zip --extension py,yml,json,md --name Dockerfile
Don't forget to add --extension and --name parameters!
Description of {{ project_name }} project
First of all, you need to install pipenv and npm. After install these dependencies you can run the follow commands:
pipenv install
npm install
pipenv run src/manage.py migrate
pipenv run src/manage.py runserver
Fell free to create any issue on this repository and contact the team responsible to maintain this project here on GitHub (@msfernandes, @erivanio, @cfviotti and @pettalves) or via email: labhacker@camara.leg.br.
- Fork of this repository
- Write your code
- Create a Pull Request
- Our team will review your PR and merge as soon as possible!
This project is under GPLv3 License