Skip to content

liutaihua/pypress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a team blog by flask. 
Thanks for flask_website and newsmeme at http://flask.pocoo.org/community/poweredby/

1. install
requires:
Flask
Flask-Cache
Flask-SQLAlchemy
Flask-Principal
Flask-WTF
Flask-Mail
Flask-Script
Flask-Babel
Flask-Themes
markdown
blinker

install example:
easy_install flask

2. change config
cd pypress
vi pypress/config.cfg

3. create databases:
python manage.py createall

4. create user
create admin:
python manage.py createcode -r admin
create three members:
python manage.py createcode -r member -n 3

5. run
python manage.py runserver

6. signup
http://localhost:8080/account/signup/

About

a pypress blog src

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published