6 ms·
I've been running multi file apps since before 0.7. If you read the documentation or searched mailing lists or looked at example applications you can see how. B
by fakeempire 15y ago
I've been running multi file apps since before 0.7. If you read the documentation or searched mailing lists or looked at example applications you can see how. Blueprints made it even better.
2. In the documentation you will find that you can list out routes just like django. http://flask.pocoo.org/docs/api/#flask.Flask.add_url_rule http://flask.pocoo.org/docs/api/#flask.Flask.add_url_rule
- Pewpewarrows 15y agoI've read through all the documentation, and researched extensively. I still ran into problems way too often to ever warrant using it over a full framework for larger projects.
- fakeempire 15y agoI'm not trying to get you to use Flask or anything. But I definitely find it interesting that you have "read through the documentation or researched extensively" but were unable to find `add_url_rule`. Either way, I'm glad we have selection and choice. At least we both like python! Peace