anastasia / colors

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

$ pip install -r requirements.txt
$ createdb colors
$ cp config/settings.example.py config/settings.py

and edit appropriately.

Populate the db

from scripts import db
db.init_db()
db.populate_db()

To run app locally:

$ fab run

About


Languages

Language:Jupyter Notebook 91.4%Language:Python 4.8%Language:JavaScript 1.7%Language:HTML 1.2%Language:CSS 0.9%