Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/laoqiu/pypress
flask team blog
https://github.com/laoqiu/pypress
Last synced: 3 months ago
JSON representation
flask team blog
- Host: GitHub
- URL: https://github.com/laoqiu/pypress
- Owner: laoqiu
- Created: 2011-03-16T09:10:11.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2020-03-28T03:18:54.000Z (almost 5 years ago)
- Last Synced: 2024-07-31T23:39:35.027Z (6 months ago)
- Language: Python
- Homepage: http://www.laoqiu.com/
- Size: 348 KB
- Stars: 549
- Watchers: 51
- Forks: 205
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-flask - pypress - flask team blog (Built with Flask)
- awesome-flask - pypress - flask team blog (Built with Flask)
- awesome-flask - pypress - flask team blog (Built with Flask)
README
A team blog based on [Flask](http://flask.pocoo.org/)
===This project isn't supported at the moment, please see a newer [pypress-tornado](https://github.com/laoqiu/pypress-tornado)
Thanks for flask_website and newsmeme at [http://flask.pocoo.org/community/poweredby/]
##Install
###Prerequisite
pip install -r requirements.txt
###Custom the Configuration
pypress/config.cfg###Sync database
python manage.py createall
###Run
python manage.py runserver
##Example
###Create UsersAdmin:
python manage.py createcode -r admin
Create three members in a batch:
python manage.py createcode -r member -n 3###Signup
http://localhost:8080/account/signup/