A replica of Flaskr, using MongoEngine for persistence, enhanced with Markdown.
Clone the repository, install the requirements, then run the server.
git clone git://github.com/artisonian/flaskengine.git
pip install -r requirements.txt
python flaskr.py
Then point your browser at http://127.0.0.1:5000/
- flask >= 0.2 (in development)
- mongoengine
- python-markdown
- Combine
runserver.py
andruntests.py
into a singlemanage.py
script. - Add support for editing and deleting entries.
- Add support for Markdown extensions.
- Implement tumblelog post types from the MongoEngine tutorial.
- Add support for multiple users.
- Improve authentication.
- Add license.