Skip to content
/ matraz Public

for Mozilla Science Lab Global Sprint 2015

License

Unlicense, Unknown licenses found

Licenses found

Unlicense
LICENSE
Unknown
license.py
Notifications You must be signed in to change notification settings

MSusik/matraz

Repository files navigation

Installation

Firstly, install postgreSQL and create a DB. Then, write in your terminal:

$ pip install -r requirements.txt
$ export DATABASE_URL="postgresql:///[name]"
$ export APP_SETTINGS="config.Config"

To create the tables, enter python and type:

>>> from app import db
>>> db.create_all()

Then run python app.py. Voila!

About

for Mozilla Science Lab Global Sprint 2015

Resources

License

Unlicense, Unknown licenses found

Licenses found

Unlicense
LICENSE
Unknown
license.py

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published