mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-13 21:26:53 +03:00
8880e777d2
* Add webpack as an option Adds webpack as a js_taskrunner option to cookiecutter-json. Will clone @hzdg/cookiecutter-webpack --pydanny-django branch into the project using cookiecutter's api in post_hooks. The static webpack project will be placed into the <project_slug>/static/<project_slug>/ directory. The webpack configs are placed in the ./config/ directory. The cookiecutter-webpack project includes react / redux / karma configurations that are brought into the project. * Add webpack documentation
38 lines
847 B
ReStructuredText
38 lines
847 B
ReStructuredText
.. cookiecutter-django documentation master file.
|
|
|
|
Welcome to Cookiecutter Django's documentation!
|
|
====================================================================
|
|
|
|
A Cookiecutter_ template for Django.
|
|
|
|
.. _cookiecutter: https://github.com/audreyr/cookiecutter
|
|
|
|
Contents:
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
project-generation-options
|
|
developing-locally
|
|
developing-locally-docker
|
|
developing-locally-webpack
|
|
settings
|
|
linters
|
|
live-reloading-and-sass-compilation
|
|
deployment-on-pythonanywhere
|
|
deployment-on-heroku
|
|
deployment-with-docker
|
|
docker-postgres-backups
|
|
faq
|
|
troubleshooting
|
|
my-favorite-cookie
|
|
|
|
Indices and tables
|
|
==================
|
|
|
|
* :ref:`genindex`
|
|
* :ref:`search`
|
|
|
|
.. At some point it would be good to have a module index of the high level things
|
|
we are doing. Then we can * :ref:`modindex` back in.
|