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

LearnOnEfun/FlaskBlog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

33 Commits

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!

About

Flask Blog

Resources

Stars

Watchers

Forks

Packages

Contributors

Languages

  • Python 54.7%
  • HTML 26.2%
  • CSS 17.7%
  • Mako 1.4%

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