Skip to content

mattolsen1/flask_tumblelog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A Flask Tumblelog

This Tumblelog uses the Flask web framework, Mongohq (hosted mongodb) for the backend and Heroku for application hosting.

Installation & Setup

Setup Virtual Env:

  pip install virtualenv
  virtualenv myproject
  source myproject/bin/activate

Install needed items:

  pip install flask
  pip install flask-script
  pip install WTForms
  pip install mongoengine
  pip install flask_mongoengine

Run the tumblelog:

  python manage.py runserver

Technology Used

Running Version

http://secure-mountain-3922.herokuapp.com/

About

A flask tumblelog using Mongodb

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages