https://github.com/karan/flask-tutorial
Following "The Flask Mega-Tutorial"
https://github.com/karan/flask-tutorial
Last synced: 9 months ago
JSON representation
Following "The Flask Mega-Tutorial"
- Host: GitHub
- URL: https://github.com/karan/flask-tutorial
- Owner: karan
- Created: 2013-11-19T18:52:26.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-12-17T03:16:51.000Z (about 12 years ago)
- Last Synced: 2025-04-04T23:29:49.595Z (9 months ago)
- Language: Python
- Size: 152 KB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Following through http://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world
These are some of the topics I will cover as we make progress with the app:
User management, including managing logins, sessions, user roles, profiles and user avatars.
Database management, including migration handling.
Web form support, including field validation.
Pagination of long lists of items.
Full text search.
Email notifications to users.
HTML templates.
Support for multiple languages.
Caching and other performance optimizations.
Debugging techniques for development and production servers.
Installation on a production server.