Skip to content

klaus-grrlz/planlos-flask

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Planlos App using flask

Rewrite of the current django-based planlos-app with Flask+MongoDB.

Dependencies / How to setup ------------

  • install python

    sudo apt-get install python

  • install pip module manager

    sudo apt-get install pip

  • install flask and external flask modules

    sudo pip install flask-login flask-mail flask-mongokit flask-script flask-testing flask-wtf flask-sijax

  • install other python modules

    sudo pip install mongokit pymongo nose coverage python-dateutil

  • install mongoDB database

    sudo apt-get install mongodb

Development

For your convenience use virtualenv+pip, then

Run the development server::

python manage.py runserver

Run the tests + coverage::

python manage.py test

There are some management commands to fill your database with events from the current planlos. Or to add users, etc. see manage.py.

About

Planlos 2.0 :-)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 80.3%
  • JavaScript 14.7%
  • CSS 5.0%