Skip to content

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

License

Notifications You must be signed in to change notification settings

opencityin/publicmarkup

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 54.4%
  • Python 27.7%
  • CSS 17.9%