2015-09-18 19:22:55 +03:00
|
|
|
.. cookiecutter-django documentation master file.
|
|
|
|
|
2016-05-09 07:31:12 +03:00
|
|
|
Welcome to Cookiecutter Django's documentation!
|
2015-09-18 19:22:55 +03:00
|
|
|
====================================================================
|
|
|
|
|
|
|
|
A Cookiecutter_ template for Django.
|
|
|
|
|
2020-03-25 17:57:33 +03:00
|
|
|
.. _cookiecutter: https://github.com/cookiecutter/cookiecutter
|
2015-09-18 19:22:55 +03:00
|
|
|
|
|
|
|
Contents:
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 2
|
|
|
|
|
2015-10-14 22:59:14 +03:00
|
|
|
project-generation-options
|
2015-09-18 19:22:55 +03:00
|
|
|
developing-locally
|
|
|
|
developing-locally-docker
|
2015-09-18 20:20:48 +03:00
|
|
|
settings
|
|
|
|
linters
|
2018-11-20 00:06:54 +03:00
|
|
|
testing
|
2019-12-28 12:26:43 +03:00
|
|
|
document
|
2016-04-27 07:57:38 +03:00
|
|
|
deployment-on-pythonanywhere
|
2015-09-18 20:20:48 +03:00
|
|
|
deployment-on-heroku
|
|
|
|
deployment-with-docker
|
2016-06-15 00:32:14 +03:00
|
|
|
docker-postgres-backups
|
2020-05-26 01:25:38 +03:00
|
|
|
websocket
|
2015-09-18 20:55:06 +03:00
|
|
|
faq
|
2016-06-03 22:04:11 +03:00
|
|
|
troubleshooting
|
2015-09-18 19:22:55 +03:00
|
|
|
|
|
|
|
Indices and tables
|
|
|
|
==================
|
|
|
|
|
|
|
|
* :ref:`genindex`
|
|
|
|
* :ref:`search`
|
2015-09-19 00:26:29 +03:00
|
|
|
|
2017-06-20 23:29:31 +03:00
|
|
|
.. 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.
|