Skip to content

Python-Devs-Brasil/flask-blog

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask-Blog

Modules & FrameWork's:

  • Flask
  • Flask-Migrate
  • Flask-SQLAlchemy
  • Flask-Markdown
  • Flask-WTF
  • MongoKit
  • Markdown

DataBase's:

  • SQLite (User, Post, Configuration of Blog and Category)
  • MongoDB (Comments)

Getting Started

  1. python manage_flask.py db init
  2. python manage_flask.py db migrate
  3. python manage_flask.py db upgrade
  4. python start.py
  5. python server.py
  6. Open in your browser http://localhost:4242/

Read more

Obs: if you need a modules or framework's, run in terminal pip install -r requirements.txt

Note: if you want to run in Windows, see it http://www.tylerbutler.com/2012/05/how-to-install-python-pip-and-virtualenv-on-windows-with-powershell/

About

Blog in Flask, template inspired by ghost (https://ghost.org/)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 59.2%
  • Python 23.3%
  • HTML 16.9%
  • JavaScript 0.6%