Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

uolter/FlaskBlog

Repository files navigation

FlaskBlog

This is the Blog Engine built with Flask, Flask-SQLAlchemy, WTForms, Flask-WTF, Flask-Migrate and WebHelpers.

Installation

  1. Git clone the repostory.

  2. Install Flask, Flask-SQLAlchemy, WTForms, Flask-WTF, Flask-Migrate and Webhelpers using pip command.

  3. Change the database settings inside app/__init__.py file.

  4. Run the migration by this command

     $ python manage.py db init
     $ python manage.py db migrate
     $ python manage.py db upgrade
    
  5. Run the server by this command

     $ python manage.py runserver
    
  6. Enjoy!

Tutorial

You can follow the tutorial on Pypix

  1. Building a Flask Blog: Part1
  2. Building a Flask Blog: Part2
  3. Building a Flask Blog: Part3

About

Flask Blog

Resources

Stars

Watchers

Forks

Packages

Contributors

Languages

AltStyle によって変換されたページ (->オリジナル) /