This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
README | ||
| |
__init__.py | ||
| |
legislation/ | ||
| |
manage.py | ||
| |
media/ | ||
| |
templates/ | ||
| |
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 = ""








