Skip to content

codevance/cookiecutter-django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cookiecutter Django by Codevance

Requirements

  • Docker / Docker-compose
  • Python 3.9

Usage

First, create an virtualenv and activate it.

Install cookiecutter and setup the project:

pip install cookiecutter
cookiecutter https://github.com/codevance/cookiecutter-django -f -o ..

Setup the first configurations:

pip install -r requirements-test.txt
cp -r env-sample .env

Commands

Run postgresql and redis:

make docker-compose-up

Run django development server:

make dev

Run tests:

make test

To Do

  • Explain what this boilerplate includes
  • Documentation of how to setup the production environment

About

Cookiecutter Django by Codevance is a template to start django projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •