Skip to content

Commit

Permalink
Update README.
Browse files Browse the repository at this point in the history
  • Loading branch information
hustlzp committed Oct 31, 2014
1 parent d05c977 commit 2caeddf
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,18 @@ Then init tables::

python manage.py createdb

Run app
~~~~~~~

Run local server::

python manage.py run

Flask-Admin support
~~~~~~~~~~~~~~~~~~~

You can manage data by Flask-Admin via `http://localhost:5000/admin`.

LiveReload support
~~~~~~~~~~~~~~~~~~

Expand All @@ -56,15 +68,8 @@ Install livereload brower extension from here_.
Run livereload server in another console::

python manage.py live
.. _here: http://feedback.livereload.com/knowledgebase/articles/86242-how-do-i-install-and-use-the-browser-extensions-

Run app
~~~~~~~

Run local server::

python manage.py run
.. _here: http://feedback.livereload.com/knowledgebase/articles/86242-how-do-i-install-and-use-the-browser-extensions-

Production Deploy
-----------------
Expand Down

0 comments on commit 2caeddf

Please sign in to comment.