mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-10 19:57:09 +03:00
30 lines
601 B
ReStructuredText
30 lines
601 B
ReStructuredText
.. cookiecutter-django documentation master file.
|
|
|
|
Welcome to Cookiecutter Django's documentation!
|
|
===============================================
|
|
|
|
A Cookiecutter_ template for Django.
|
|
|
|
.. _cookiecutter: https://github.com/audreyr/cookiecutter
|
|
|
|
**Todo:** some infos about each section here
|
|
|
|
Contents:
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
setup
|
|
the_project
|
|
local_development
|
|
production
|
|
|
|
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.
|