47a30a750a
Sort Python imports with isort
2023-10-20 09:52:39 +11:00
b7e2ce2a4d
Switch to relative imports
...
The relative imports make it clearer what code is within the project and where
it's coming from.
2023-10-20 09:45:53 +11:00
b2e952f3b8
Fix URLconfs causing Django check warnings.
2021-12-17 18:14:50 +11:00
Brett Smith
b2a006f49c
urls: Migrate from patterns strings to plain lists of urls.
2017-11-07 09:00:48 -05:00
Bradley M. Kuhn
f6bbcc7ee3
Just quit it with this relative import stuff.
...
While I think these relative imports seem to be valid for the running
application, I am having trouble with the django-admin applications
regarding them. I don't see this syntactic sugar as absolutely
essential, so I'm just going to change it now.
2015-03-08 17:54:05 -07:00
Bradley M. Kuhn
fb16e1127d
Correct to use pub_date here, not a variable.
2015-03-04 15:43:04 -08:00
Bradley M. Kuhn
c7d4309149
Fix blog by year index.
...
Add an additional context data that is always the entire list of years,
and use that instead of date_list for the current queryset.
2015-03-04 15:40:54 -08:00
Bradley M. Kuhn
0b530f1139
Only 4 blog entries per page.
2015-03-04 15:12:02 -08:00
Tom Marble
2bf594b86c
First pass at migration to Django 1.7
2015-03-03 18:40:18 +00:00
Bradley M. Kuhn
f7e45da6dd
Adapted Django application stuff for Conservancy; and normalized to string
...
"conservancy" within code and templates.
2010-09-26 17:54:29 -04:00
Bradley M. Kuhn
8e6ea8ad71
Applications directory from SFLC website; About to adapt it for Conservancy website to run on its own
2010-09-26 17:32:53 -04:00