renanpalmeira / flask-blog

Blog in Flask, template inspired by ghost (https://ghost.org/)
3 stars 3 forks source link

Flask-Blog

Modules & FrameWork's:

DataBase's:

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/