Updated Large app how to (markdown)

debrice 2012-02-05 19:45:39 -08:00
parent 61b1573fe2
commit 9b3d84c231

@ -388,7 +388,7 @@ now you can go in your root, activate your virtual env and run `python run.py` .
* Running on http://127.0.0.1:5000/
* Restarting with reloader
Open your web-browser at `http://127.0.0.1:5000/users/me/`, you should be redirected to the login page and see a link to the register page.
Open your web-browser at [http://127.0.0.1:5000/users/me/], you should be redirected to the login page and see a link to the register page.
# Other good practices
@ -396,7 +396,6 @@ Open your web-browser at `http://127.0.0.1:5000/users/me/`, you should be redire
## Javascript's namespace
# Setting up your web server
## NGinx