laoqiu / pypress

flask team blog

Home Page:http://www.laoqiu.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A team blog based on Flask

This project isn't supported at the moment, please see a newer 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 Users

Admin:

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/

About

flask team blog

http://www.laoqiu.com/


Languages

Language:Python 99.4%Language:JavaScript 0.6%