mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-07-18 20:12:22 +03:00
Break up 'Getting up and running' into more readable sections
This commit is contained in:
parent
6c163c1d56
commit
e9e560eb17
|
@ -44,6 +44,9 @@ EMAIL_SUBJECT_PREFIX EMAIL_SUBJECT_PREFIX n/a
|
||||||
Getting up and running
|
Getting up and running
|
||||||
----------------------
|
----------------------
|
||||||
|
|
||||||
|
Basics
|
||||||
|
^^^^^^
|
||||||
|
|
||||||
The steps below will get you up and running with a local development environment. We assume you have the following installed:
|
The steps below will get you up and running with a local development environment. We assume you have the following installed:
|
||||||
|
|
||||||
* pip
|
* pip
|
||||||
|
@ -68,11 +71,17 @@ You can now run the ``runserver_plus`` command::
|
||||||
|
|
||||||
$ python manage.py runserver_plus
|
$ python manage.py runserver_plus
|
||||||
|
|
||||||
The base app will run but you'll need to carry out a few steps to make the sign-up and login forms work. These are currently detailed in `issue #39`_.
|
Setting Up Your Users
|
||||||
|
^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
|
The base app will run but you'll need to carry out a few steps to make the sign-up and login forms work.
|
||||||
|
|
||||||
|
These are currently detailed in `issue #39`_.
|
||||||
|
|
||||||
.. _issue #39: https://github.com/pydanny/cookiecutter-django/issues/39
|
.. _issue #39: https://github.com/pydanny/cookiecutter-django/issues/39
|
||||||
|
|
||||||
**Live reloading and Sass CSS compilation**
|
Live reloading and Sass CSS compilation
|
||||||
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
If you'd like to take advantage of live reloading and Sass / Compass CSS compilation you can do so with the included Grunt task.
|
If you'd like to take advantage of live reloading and Sass / Compass CSS compilation you can do so with the included Grunt task.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user