sunlightlabs / publicmarkup
- Source
- Commits
- Network (2)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
Jeremy Carbaugh (author)
Fri Jan 23 16:08:31 -0800 2009
| 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 = ""

