mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-13 05:06:58 +03:00
Reword introduction in documentation (#3452)
This commit is contained in:
parent
2c82876599
commit
5fd9b9ab8c
|
@ -1,13 +1,14 @@
|
||||||
.. cookiecutter-django documentation master file.
|
.. cookiecutter-django documentation master file.
|
||||||
|
|
||||||
Welcome to Cookiecutter Django's documentation!
|
Welcome to Cookiecutter Django's documentation!
|
||||||
====================================================================
|
===============================================
|
||||||
|
|
||||||
A Cookiecutter_ template for Django.
|
Powered by Cookiecutter_, Cookiecutter Django is a project template for jumpstarting production-ready Django projects. The template offers a number of generation options, we invite you to check the :ref:`dedicated page <template-options>` to learn more about each of them.
|
||||||
|
|
||||||
.. _cookiecutter: https://github.com/cookiecutter/cookiecutter
|
.. _cookiecutter: https://github.com/cookiecutter/cookiecutter
|
||||||
|
|
||||||
Contents:
|
Contents
|
||||||
|
--------
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
|
@ -28,7 +29,7 @@ Contents:
|
||||||
troubleshooting
|
troubleshooting
|
||||||
|
|
||||||
Indices and tables
|
Indices and tables
|
||||||
==================
|
------------------
|
||||||
|
|
||||||
* :ref:`genindex`
|
* :ref:`genindex`
|
||||||
* :ref:`search`
|
* :ref:`search`
|
||||||
|
|
|
@ -1,6 +1,12 @@
|
||||||
|
.. _template-options:
|
||||||
|
|
||||||
Project Generation Options
|
Project Generation Options
|
||||||
==========================
|
==========================
|
||||||
|
|
||||||
|
This page describes all the template options that will be prompted by the `cookiecutter CLI`_ prior to generating your project.
|
||||||
|
|
||||||
|
.. _cookiecutter CLI: https://github.com/cookiecutter/cookiecutter
|
||||||
|
|
||||||
project_name:
|
project_name:
|
||||||
Your project's human-readable name, capitals and spaces allowed.
|
Your project's human-readable name, capitals and spaces allowed.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user