2013-08-20 13:21:08 +04:00
cookiecutter-django
2013-08-15 22:32:13 +04:00
=======================
2015-04-10 04:36:53 +03:00
.. image :: https://requires.io/github/pydanny/cookiecutter-django/requirements.svg?branch=master
2014-08-17 18:23:19 +04:00
:target: https://requires.io/github/pydanny/cookiecutter-django/requirements/?branch=master
:alt: Requirements Status
2014-10-30 16:16:19 +03:00
.. image :: https://travis-ci.org/pydanny/cookiecutter-django.svg?branch=master
2014-12-03 18:35:34 +03:00
:target: https://travis-ci.org/pydanny/cookiecutter-django?branch=master
2014-10-30 16:16:19 +03:00
:alt: Build Status
2015-08-09 18:03:08 +03:00
2015-08-09 03:23:56 +03:00
.. image :: https://badges.gitter.im/Join Chat.svg
:target: https://gitter.im/pydanny/cookiecutter-django?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
2015-08-09 18:03:08 +03:00
2014-10-30 16:16:19 +03:00
2015-09-18 19:32:47 +03:00
A Cookiecutter_ template for Django.
2013-08-15 22:32:13 +04:00
.. _cookiecutter: https://github.com/audreyr/cookiecutter
2013-08-16 15:03:11 +04:00
Features
---------
2015-04-26 13:42:36 +03:00
* For Django 1.8
2015-08-09 18:03:08 +03:00
* Renders Django projects with 100% test coverage
2015-08-31 06:14:44 +03:00
* Twitter Bootstrap_ v4.0.0 - alpha_
2015-08-12 21:44:47 +03:00
* End-to-end via Hitch_
2014-05-02 23:49:26 +04:00
* AngularJS_
2015-04-26 12:45:58 +03:00
* 12-Factor_ based settings via django-environ_
* Optimized development and production settings
2014-05-02 23:49:26 +04:00
* Registration via django-allauth_
2015-09-04 01:21:30 +03:00
* Comes with custom user model ready to go.
2014-01-10 01:03:28 +04:00
* Grunt build for compass and livereload
2015-07-27 18:42:23 +03:00
* Basic e-mail configurations for sending emails via Mailgun_
2015-04-26 12:45:58 +03:00
* Media storage using Amazon S3
2015-11-16 14:20:19 +03:00
* Docker support using docker-compose_ for development and production
2015-08-30 22:12:21 +03:00
* Procfile_ for deploying to Heroku
2014-05-02 23:49:26 +04:00
2015-11-16 14:20:19 +03:00
Optional Integrations
---------------------
*These features can be enabled during initial project setup.*
* Serve static files from Amazon S3 or Whitenoise_
* Configuration for Celery_
* Integration with Maildump_ for local email testing
* Integration with Sentry_ for error logging
* Integration with NewRelic_ for performance monitoring
2015-11-16 18:55:37 +03:00
* Integration with Opbeat_ for performance monitoring
2015-11-16 14:20:19 +03:00
2015-08-31 06:14:44 +03:00
.. _alpha: http://blog.getbootstrap.com/2015/08/19/bootstrap-4-alpha/
2015-08-12 21:44:47 +03:00
.. _Hitch: https://github.com/hitchtest/hitchtest
2014-05-02 23:49:26 +04:00
.. _Bootstrap: https://github.com/twbs/bootstrap
.. _AngularJS: https://github.com/angular/angular.js
2015-04-20 00:09:00 +03:00
.. _django-environ: https://github.com/joke2k/django-environ
2015-04-26 12:45:58 +03:00
.. _12-Factor: http://12factor.net/
2014-05-02 23:49:26 +04:00
.. _django-allauth: https://github.com/pennersr/django-allauth
.. _django-avatar: https://github.com/jezdez/django-avatar/
.. _Procfile: https://devcenter.heroku.com/articles/procfile
2015-07-06 21:23:12 +03:00
.. _Mailgun: https://mailgun.com/
2015-04-26 12:57:45 +03:00
.. _Whitenoise: https://whitenoise.readthedocs.org/
2014-10-12 12:32:17 +04:00
.. _Celery: http://www.celeryproject.org/
2015-07-08 01:16:18 +03:00
.. _Maildump: https://github.com/ThiefMaster/maildump
2015-07-27 18:42:23 +03:00
.. _Sentry: https://getsentry.com
2015-10-04 15:06:20 +03:00
.. _NewRelic: https://newrelic.com
2015-08-18 15:09:32 +03:00
.. _docker-compose: https://www.github.com/docker/compose
2015-11-16 18:55:37 +03:00
.. _Opbeat: https://opbeat.com/
2014-05-02 23:49:26 +04:00
2013-08-16 15:35:18 +04:00
Constraints
-----------
* Only maintained 3rd party libraries are used.
2015-04-26 14:25:37 +03:00
* PostgreSQL everywhere (9.0+)
2013-10-25 18:59:48 +04:00
* Environment variables for configuration (This won't work with Apache/mod_wsgi).
2013-08-16 15:03:11 +04:00
2013-08-20 13:16:39 +04:00
2013-08-18 16:44:28 +04:00
Usage
------
2013-08-16 15:03:11 +04:00
2013-08-18 16:46:20 +04:00
Let's pretend you want to create a Django project called "redditclone". Rather than using `startproject`
and then editing the results to include your name, email, and various configuration issues that always get forgotten until the worst possible moment, get cookiecutter_ to do all the work.
2013-08-18 16:44:28 +04:00
First, get cookiecutter. Trust me, it's awesome::
2013-08-16 15:03:11 +04:00
$ pip install cookiecutter
2013-08-18 16:44:28 +04:00
Now run it against this repo::
2013-08-23 11:55:52 +04:00
$ cookiecutter https://github.com/pydanny/cookiecutter-django.git
2013-08-18 16:44:28 +04:00
You'll be prompted for some questions, answer them, then it will create a Django project for you.
**Warning** : After this point, change 'Daniel Greenfeld', 'pydanny', etc to your own information.
2015-10-13 19:10:57 +03:00
**Warning** : repo_name must be a valid Python module name or you will have issues on imports.
2013-08-18 16:44:28 +04:00
It prompts you for questions. Answer them::
2013-08-23 11:55:52 +04:00
Cloning into 'cookiecutter-django'...
2013-09-13 15:24:45 +04:00
remote: Counting objects: 550, done.
remote: Compressing objects: 100% (310/310), done.
remote: Total 550 (delta 283), reused 479 (delta 222)
Receiving objects: 100% (550/550), 127.66 KiB | 58 KiB/s, done.
Resolving deltas: 100% (283/283), done.
2015-08-31 06:06:11 +03:00
project_name [project_name]: Reddit Clone
repo_name [Reddit_Clone]: reddit
author_name [Your Name]: Daniel Greenfeld
email [Your email]: pydanny@gmail.com
description [A short description of the project.]: A reddit clone.
domain_name [example.com]: myreddit.com
version [0.1.0]: 0.0.1
2015-10-04 00:09:43 +03:00
timezone [UTC]:
now [2015/01/13]: 2015/09/30
year [2015]:
2015-08-31 06:06:11 +03:00
use_whitenoise [y]: n
use_celery [n]: y
2015-09-30 21:12:38 +03:00
use_maildump [n]: n
2015-08-31 06:06:11 +03:00
use_sentry [n]: y
2015-10-04 15:06:20 +03:00
use_newrelic [n]: y
2015-11-16 18:55:37 +03:00
use_obpeat [n]: y
2015-09-30 21:12:38 +03:00
windows [n]: n
use_python2 [n]: y
2013-09-13 15:24:45 +04:00
2013-08-18 16:44:28 +04:00
Enter the project and take a look around::
2015-08-31 06:16:39 +03:00
$ cd reddit/
2013-08-18 16:44:28 +04:00
$ ls
Create a GitHub repo and push it there::
$ git init
$ git add .
2013-09-19 14:02:46 +04:00
$ git commit -m "first awesome commit"
2013-08-18 16:44:28 +04:00
$ git remote add origin git@github.com:pydanny/redditclone.git
$ git push -u origin master
2013-10-25 18:59:48 +04:00
Now take a look at your repo. Don't forget to carefully look at the generated README. Awesome, right?
2013-08-18 16:44:28 +04:00
2015-09-18 19:32:47 +03:00
For development, see the following for local development:
2014-01-30 00:35:06 +04:00
2015-09-18 20:20:48 +03:00
* `Developing locally`_
2015-09-19 00:26:29 +03:00
* `Developing locally using docker`_
2015-08-18 18:50:20 +03:00
2015-09-18 20:20:48 +03:00
.. _`Developing locally`: http://cookiecutter-django.readthedocs.org/en/latest/developing-locally.html
.. _`Developing locally using docker`: http://cookiecutter-django.readthedocs.org/en/latest/developing-locally-docker.html
2015-10-04 00:09:43 +03:00
Support This Project
---------------------------
2015-10-04 00:12:58 +03:00
This project is maintained by volunteers. Support their efforts by spreading the word about:
2015-10-04 00:09:43 +03:00
2015-10-04 00:12:58 +03:00
.. image :: https://s3.amazonaws.com/tsacademy/images/tsa-logo-250x60-transparent-01.png
:name: Two Scoops Academy
:align: center
:alt: Two Scoops Academy
:target: http://www.twoscoops.academy/
2015-10-04 00:09:43 +03:00
2015-05-05 21:21:03 +03:00
For Readers of Two Scoops of Django 1.8
--------------------------------------------
You may notice that some elements of this project do not exactly match what we describe in chapter 3. The reason for that is this project, amongst other things, serves as a test bed for trying out new ideas and concepts. Sometimes they work, sometimes they don't, but the end result is that it won't necessarily match precisely what is described in the book I co-authored.
2013-08-16 20:23:22 +04:00
"Your Stuff"
-------------
2013-08-17 14:38:23 +04:00
Scattered throughout the Python and HTML of this project are places marked with "your stuff". This is where third-party libraries are to be integrated with your project.
2013-08-18 22:50:39 +04:00
2013-09-17 16:21:44 +04:00
Releases
--------
Want a stable release? You can find them at https://github.com/pydanny/cookiecutter-django/releases
2013-08-18 22:50:39 +04:00
Not Exactly What You Want?
---------------------------
2013-08-18 22:53:55 +04:00
This is what I want. *It might not be what you want.* Don't worry, you have options:
2013-08-18 22:50:39 +04:00
Fork This
~~~~~~~~~~
If you have differences in your preferred setup, I encourage you to fork this to create your own version.
Once you have your fork working, let me know and I'll add it to a '*Similar Cookiecutter Templates* ' list here.
It's up to you whether or not to rename your fork.
If you do rename your fork, I encourage you to submit it to the following places:
2014-01-10 01:03:28 +04:00
* cookiecutter_ so it gets listed in the README as a template.
2013-08-18 22:50:39 +04:00
* The cookiecutter grid_ on Django Packages.
.. _cookiecutter: https://github.com/audreyr/cookiecutter
2015-05-19 13:47:53 +03:00
.. _grid: https://www.djangopackages.com/grids/g/cookiecutters/
2013-08-18 22:50:39 +04:00
Or Submit a Pull Request
~~~~~~~~~~~~~~~~~~~~~~~~~
I also accept pull requests on this, if they're small, atomic, and if they make my own project development
2014-01-10 01:03:28 +04:00
experience better.