https://github.com/marcaurele/cookiecutter-p3-django
A cookiecutter template for Python 3 and Django
https://github.com/marcaurele/cookiecutter-p3-django
Last synced: 3 months ago
JSON representation
A cookiecutter template for Python 3 and Django
- Host: GitHub
- URL: https://github.com/marcaurele/cookiecutter-p3-django
- Owner: marcaurele
- License: mit
- Created: 2015-06-04T18:24:11.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-06-04T21:45:00.000Z (almost 10 years ago)
- Last Synced: 2025-02-20T01:05:03.515Z (3 months ago)
- Language: Python
- Homepage:
- Size: 121 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
Cookiecutter Template for Django & Python 3
===========================================A cookiecutter_ template for Django using Python 3.
.. _cookiecutter: https://github.com/audreyr/cookiecutter
Usage
-----
*The post generation hook script will not work on Windows.* ::$ pip install cookiecutter
$ cookiecutter https://github.com/marcaurele/cookiecutter-p3-django.gitWhat's inside
-------------The post hook will create a Python 3 virtual environment called ``venv`
and install these librairies (*versions have been explicitly not included
in the requirement files to download latest ones*):- Django
- psycopg2
- pytz
- django-model-utils
- django-braces
- django-rosetta
- django-extensions
- django-debug-toolbarIt will generate 2 locales *EN* and *FR* and load rosetta app in development.
Configurations
--------------The production config file must be edited to set a couple of values.