public
Description: Display legislation and allow users to comment on individual sections, titles, or the entire legislation.
Homepage:
Clone URL: git://github.com/sunlightlabs/publicmarkup.git
name age message
file README Loading commit data...
file __init__.py
directory legislation/
file manage.py
directory media/
directory templates/
file urls.py
README
depends on
- Django trunk revision 8044
- recaptcha-client
- roman numeral example used in Dive Into Python
http://diveintopython.org/download/diveintopython-examples-5.4.zip

Special settings in settings.py:

INSTALLED_APPS = (
    ...
    'django.contrib.flatpages',
    'django.contrib.markup',
    'django.contrib.comments',
    'django.contrib.admin',
    ...
)

LOGIN_URL = '/login/'
LOGIN_REDIRECT_URL = '/'
LOGOUT_URL = '/logout/'

RECAPTCHA_PUBLIC_KEY = ""
RECAPTCHA_PRIVATE_KEY = ""