Add warning
parent
05fd2ca3c0
commit
19fa4172f9
1 changed files with 7 additions and 14 deletions
|
|
@ -1,3 +1,10 @@
|
||||||
|
***This document is unofficial!* It includes advice taken from many unofficial
|
||||||
|
resources and never went through some sort of review process. The practices
|
||||||
|
described here may be useful, but at the same time they might be dangerous too.
|
||||||
|
Please keep that in mind, and do NOT add any additional information to this
|
||||||
|
document. Instead, use your own site or blog. This page is kept just because
|
||||||
|
many StackOverflow answers still refer to it.**
|
||||||
|
|
||||||
This document is an attempt to describe the first step of a large project structure with flask and some basic modules:
|
This document is an attempt to describe the first step of a large project structure with flask and some basic modules:
|
||||||
|
|
||||||
* SQLAlchemy
|
* SQLAlchemy
|
||||||
|
|
@ -470,17 +477,3 @@ now you can go in your root and run `python run.py` ... this should give you som
|
||||||
* Restarting with reloader
|
* 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
|
|
||||||
|
|
||||||
# Testing
|
|
||||||
|
|
||||||
## Caching
|
|
||||||
|
|
||||||
## Javascript namespaces
|
|
||||||
|
|
||||||
# Setting up your web server
|
|
||||||
|
|
||||||
## NGinx
|
|
||||||
|
|
||||||
## Apache
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue