Merge pull request #157 from martinblech/replace-yourapp

Replaced `yourapp` with `repo_name` template var.
This commit is contained in:
Saurabh Kumar 2014-12-18 22:35:44 +05:30
commit 7b09ef5090

View File

@ -50,9 +50,9 @@ First make sure to create and activate a virtualenv_, then open a terminal at th
.. _virtualenv: http://docs.python-guide.org/en/latest/dev/virtualenvs/ .. _virtualenv: http://docs.python-guide.org/en/latest/dev/virtualenvs/
You can now run the usual Django ``runserver`` command (replace ``yourapp`` with the name of the directory containing the Django project):: You can now run the usual Django ``runserver`` command::
$ python yourapp/manage.py runserver $ python {{cookiecutter.repo_name}}/manage.py runserver
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`_. 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`_.