https://github.com/roadsideseb/cc-django-app
A cookiecutter template for a re-usable Django app tested with py.test
https://github.com/roadsideseb/cc-django-app
Last synced: 9 months ago
JSON representation
A cookiecutter template for a re-usable Django app tested with py.test
- Host: GitHub
- URL: https://github.com/roadsideseb/cc-django-app
- Owner: roadsideseb
- License: bsd-3-clause
- Created: 2014-01-13T00:59:52.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-01-13T01:29:56.000Z (over 12 years ago)
- Last Synced: 2024-04-16T03:32:50.699Z (about 2 years ago)
- Language: Python
- Size: 125 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.rst
Awesome Lists containing this project
README
cc-django-app
=============
A cookiecutter_ template for a re-usable Django app that is running on Travis
for CI using py.test as the testrunner. It set ups the project with a BSD
(3-clause) license.
.. _cookiecutter: https://github.com/audreyr/cookiecutter
Usage
------
Run the following command to setup up cookie cutter in a virtualenv for your
project. Let's call it ``fancypants``::
$ mkvirtualenv fancypants
$ pip install cookiecutter
$ cookiecutter https://github.com/elbaschid/cc-django-app.git
Answer the questions on the commandline and you are all done.
You might want to set the project directory as your default for the virtualenv
by doing::
$ cd fancypants
$ setvirtualenvproject