daikeren / cc-django

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README for cc-django

This is a django template using cookiecutter with following features:

  • pipenv as Python Development Workflow
  • Dockerfile + docker-compose ready
  • Use Makefile as helper
  • Pacakges
    • Django
    • django-extensions
    • django-environ
    • celery
    • raven
    • psycopg2-binary
    • django-debug-toolbar
    • ipython
    • pytest

Usage

Install cookiecutter

Install with pip

pip install --user cookiecutter

Mac

brew install cookiecutter

ubuntu

sudo apt-get install cookiecutter

Begin Django Project

Run

cookiecutter https://github.com/daikeren/cc-django

project_name [Project Name]: test123    # Project Name
project_slug [test123]:                 # project_slug: The slug of your project
timezone [UTC]:                         # Timezone

About


Languages

Language:Python 87.7%Language:Dockerfile 9.5%Language:Makefile 2.8%