Skip to content

Commit a932483

Browse files
committed
added dispatcher implementation references
1 parent ab3c2d7 commit a932483

2 files changed

Lines changed: 21 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ To run the app, run `make.bat` if you're on Windows, `make` otherwise (equivalen
1010
+ same for files loaded from txt
1111
+ patched - modules loaded in subprojects are now loaded relative
1212
+ make an index for `front.py` (or make an `SPA` with ng1)
13+
+ `reference.md` - rewrite for future use

reference.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# References
2+
3+
4+
## Dispatcher middleware
5+
Here are some useful links that were helpful for the dispatcher issues:
6+
+ http://flask.pocoo.org/docs/0.12/patterns/appdispatch/
7+
+ https://github.com/pallets/flask/issues/225
8+
9+
+ http://werkzeug.pocoo.org/docs/0.12/middlewares/
10+
11+
+ https://www.slideshare.net/onceuponatimeforever/how-do-i-run-multiple-python-apps-in-1-command-line-under-1-wsgi-app
12+
13+
+ https://stackoverflow.com/questions/30906489/how-to-implement-flask-application-dispatching-by-path-with-wsgi
14+
15+
+ http://php.wekeepcoding.com/article/17493841/flask+and+passenger+%E2%80%9CTypeError%3A+'module'+object+is+not+callable%E2%80%9D
16+
17+
18+
+ utils.redirect - http://werkzeug.pocoo.org/docs/0.12/utils/
19+
20+
+ https://stackoverflow.com/questions/448271/what-is-init-py-for

0 commit comments

Comments
 (0)