Skip to content

Latest commit

 

History

History

blask-5

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Blask

A blog in Flask.

Running Blask

mongod &
virtualenv --no-site-packages .
source bin/activate
pip install -r requirements.txt
python reset_db.py         # Optional: wipe the databse
python run.py