Skip to content

Commit

Permalink
Merge pull request django-helpdesk#742 from CedricCarrard/fix/command…
Browse files Browse the repository at this point in the history
…-rundemo

Fix command rundemo
  • Loading branch information
gwasser authored Mar 16, 2019
2 parents ba9c6b3 + fa02a04 commit 350ca27
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ readme:
#: demo - Setup demo project using Python3.
.PHONY: demo
demo:
$(PIP) install -e .
$(PIP) install -e demo
$(PIP) install -e . --user
$(PIP) install -e demo --user
demodesk migrate --noinput
# Create superuser; user will be prompted to manually set a password
# When you get a prompt, enter a password of your choosing.
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ resides in the `demo/` top-level folder.
It's likely that you can start up a demo project server by running
only the command::

sudo make rundemo
make rundemo

then pointing your web browser at `localhost:8080`.

Expand Down
2 changes: 1 addition & 1 deletion demo/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Ideally, you'd use a virtualenv instead
To use your system directory, from the top-level
django-helpdesk directory, simply run:

sudo make rundemo
make rundemo

Once the console gives a prompt that the HTTP
server is listening, open your web browser
Expand Down

0 comments on commit 350ca27

Please sign in to comment.