Skip to content

Automatically build custom, production-ready Django project templates.

Notifications You must be signed in to change notification settings

ThatcherT/dj_starter_pack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Starter Pack

This is a starter pack for Django projects. It includes a basic Django project with a few handy connections out of the box.

  • git clone git@github.com:ThatcherT/dj_starter_pack.git
  • python bang.py
  • follow the prompts

NOTE: If this is your first time using Django, start a project using their fantastic tutorial

TODO

  • Bootstrap
  • Starter CSS
  • Finish Makefile
  • Generate README.md
  • Generate LICENSE
  • Generate .gitignore
  • File Cache for iterative builds