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 | Fri Jan 23 16:08:31 -0800 2009 | |
| |
__init__.py | Wed Dec 17 07:43:20 -0800 2008 | |
| |
legislation/ | Wed Dec 17 07:43:20 -0800 2008 | |
| |
manage.py | Wed Dec 17 07:43:20 -0800 2008 | |
| |
media/ | Wed Dec 17 07:43:20 -0800 2008 | |
| |
templates/ | Wed Dec 17 07:43:20 -0800 2008 | |
| |
urls.py | Wed Dec 17 07:43:20 -0800 2008 |
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 = ""







