mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-01-24 08:14:13 +03:00
Update README.rst
This commit is contained in:
parent
79cb6a3205
commit
61098877af
17
README.rst
17
README.rst
|
@ -91,6 +91,23 @@ It's time to write the code!!!
|
|||
|
||||
Scattered throughout the Python and HTML of this project are places marked with "your stuff". This is where third-party libraries are to be integrated with your project.
|
||||
|
||||
Releases
|
||||
--------
|
||||
|
||||
Want a stable release? You can find them at https://github.com/pydanny/cookiecutter-django/releases
|
||||
|
||||
**note**: Cookiecutter won't support tagged releases until 0.7.0 comes out, which should be any day! Which means, if you want to use a
|
||||
tagged release of cookiecutter-django, then you have to install Cookiecutter directly from GitHub. To do that, follow these steps:
|
||||
|
||||
1. Enter your virtualenv.
|
||||
2. Run these commands:
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
(cookiecutter) $ git clone https://github.com/audreyr/cookiecutter.git
|
||||
(cookiecutter) cd cookiecutter
|
||||
(cookiecutter) python setup.py develop
|
||||
|
||||
|
||||
Not Exactly What You Want?
|
||||
---------------------------
|
||||
|
|
Loading…
Reference in New Issue
Block a user