Skip to content

A simple clean django deveoper project. No bells and whistles, just a small django env that can

License

Notifications You must be signed in to change notification settings

jsheffie/cookiecutter-django-simple

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cookiecutter-django-simple

A coworker of mine once told me: "you can't see the droplet of water with the faucet turned on."

cookiecutter-django-simple: A simple clean django developer project. No bells and whistles, just a small django env that can

Cookiecutter Django Simple is inspired by Cookiecutter Django
With the Goal of being to quickly set up a isolated django env for:

  • getting down to the business or writing code strait away
  • Learning: maybe the django tutorial for example ( you just need docker )
  • experimenting with community packages in a controlled scaled down environment.

Cookiecutter Django Simple Goals:

  • local only, no production

  • use docker ( only one container if you use SQLite )

  • light weight, no frills django

  • chose between SQLite and PostgreSQL for the database

  • TODO:(some batteries included) chose if you want django_extensions, and debug toolbar

  • Use the 12Factor layout process used in cookiecutter-django. So you are learning the layout structure, without all of the clutter.

  • Based on cookiecutter-django but without all of the bells and whistles or the prod implementation.

  • simplified some of the directory structure where it made since.

  • also allows choosing between postgres and sqlite3.

$ pipx run cookiecutter gh:jsheffie/cookiecutter-django-simple

About

A simple clean django deveoper project. No bells and whistles, just a small django env that can

Resources

License

Stars

Watchers

Forks

Packages

No packages published