Skip to content

Commit

Permalink
example_app: updating docstring instructions
Browse files Browse the repository at this point in the history
* Closes #195
  • Loading branch information
Rokas Maciulaitis authored and lnielsen committed Feb 22, 2019
1 parent 69a07a7 commit e09a11f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion examples/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
$ pip install -e .[all]
$ cd examples
$ ./app-setup.py
$ ./app-setup.sh
$ ./app-fixtures.sh
Run example development server:
Expand All @@ -46,6 +46,12 @@
http://localhost:5000/admin/
To access the admin interface the user needs to have superuser access rights.
.. code-block:: console
$ flask access allow superuser-access user <inser_user_email>
REST API is available on::
http://localhost:5000/files/
Expand Down

0 comments on commit e09a11f

Please sign in to comment.