Overview
Atlassian Sourcetree is a free Git and Mercurial client for Windows.
Atlassian Sourcetree is a free Git and Mercurial client for Mac.
Levit's Django CookieCutter template with Bootstrap Sass (and more)
Before getting started
This cookie cutter provides a Django project built according to the project app architecture.
In short, with the project app architecture, the almost empty directory named after your project becomes an app like any other app in your project. This has numerous advantages, the most noticeable of them being that you don't need to create a core or base app but can use your project app instead.
If you haven't seen Anatomy of a Django Project by Mark Lavin, I would emcourage you to do so to get a better grasp of what the project app architecture is about.
CookieCutter
For more info on CookieCutter, please visit their documentation
Usage
To use, simply run
cookiecutter https://bitbucket.org/levit_scs/cc_project_app_full_with_hooks.git
Requirements:
- CookieCutter
- wget
- unzip
- The compass compiler (in order to compile sass source files into css). Compass is easily installable via several sources like ruby-gem or npm.
Included in this CoookieCutter:
- Django
- Crispy forms
- Celery
- Django Debug Toolbar and Django Debug Toolbar Template timings
- Django Webtest
Notes:
-
Make sure your system allows you to run scripts from /tmp (this isn't the case for a default Ubuntu installation)
-
This template currently only works on unix-based systems. PR for an MS Windows .bat hook or for converting the current hook to a python hook are welcome
This project is licensed under the MIT License
Before contributing, commenting or interacting with this project in any form, please, make sure you read and understand our Code of Conduct