Skip to content
This repository has been archived by the owner on Mar 25, 2019. It is now read-only.

Commit

Permalink
Merge pull request #6 from bashu/develop
Browse files Browse the repository at this point in the history
fix typos
  • Loading branch information
bashu committed Apr 25, 2015
2 parents 236e569 + 498941d commit 1906587
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions example/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Example

To run the example application, make sure you have the required
packages installed. You can do this using :
packages installed. You can do this using following commands :

```shell
mkvirtualenv example
Expand All @@ -11,14 +11,14 @@ pip install -r example/requirements.txt
This assumes you already have ``virtualenv`` and ``virtualenvwrapper``
installed and configured.

Next, you can setup the Django instance using :
Next, you can setup the django instance using :

```shell
python example/manage.py syncdb --noinput
python example/manage.py createsuperuser --username=admin --email=admin@example.com
```

And run it off course :
And run it :
```shell
python example/manage.py runserver
```
Expand Down

0 comments on commit 1906587

Please sign in to comment.