Skip to content

ddkaty/flask-blog

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask-Blog

Project still in early stages.

Install

git clone https://github.com/mharrys/flask-blog.git
cd flask-blog
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
python manage.py init

Test

nosetests

Run

python manage.py runserver

Login with admin as default username and password.

Screenshot

A taste of the current design. Scrot

Editing a post as Admin with markdown preview. Scrot-Admin

About

Simple blog created with Flask.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 52.8%
  • Python 35.9%
  • CSS 10.5%
  • Ruby 0.8%