sunlightlabs / publicmarkup

Display legislation and allow users to comment on individual sections, titles, or the entire legislation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Public Markup

Installation

  1. Install dependencies:

     pip install -r requirements.txt
    
  2. Set environment variables. See env.example for required values. DATABASE_URL uses the Heroku/dj-database-url format.

  3. Run python manage.py syncdb to create Django database tables.

  4. Run python manage.py migrate to create legislation tables.

About

Display legislation and allow users to comment on individual sections, titles, or the entire legislation.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 60.7%Language:CSS 39.3%