Files @ 55d84a19b1c9
Branch filter:

Location: website/.gitignore

bkuhn
.* no longer desirable in /admin in urls.py

According to:
http://stackoverflow.com/questions/10145583/django-1-4-and-noreversematch-at-admin-error

the .* was no longer correct. It is herein removed.
1
2
3
4
5
6
*~
#*#
*.pyc
www/djangocommonsettings.py
www/conservancy/static/source
logs