ducnc / blog-flask

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Clean Blog is a stylish, responsive blog theme for Bootstrap created by Start Bootstrap. This theme features a blog homepage, about page, contact page, and an example post page along with a working PHP contact form.

Getting Started

To use this theme, choose one of the following options to get started:

  • Download the latest release on Start Bootstrap
  • Fork this repository on GitHub

Flask Usage:

  • Install python 2.7
  • Install python-pip
  • Install flask: pip install flask
  • Clone this repo
git clone https://github.com/ducnc/blog-flask.git
cd blog-flask

First time see this web app? please run the following commands to init database:

python
$ from flaskr import init_db
$ init_db()

Now you are ready to go:

$ python flaskr.py

Go to http://127.0.0.1:5000/login with admin/default and enjoin it

Copyright and License

Copyright 2013-2015 Iron Summit Media Strategies, LLC. Code released under the Apache 2.0 license.

About


Languages

Language:Python 88.9%Language:C 8.6%Language:JavaScript 0.9%Language:HTML 0.8%Language:CSS 0.5%Language:PowerShell 0.2%Language:C++ 0.0%Language:PHP 0.0%Language:Batchfile 0.0%