-
Notifications
You must be signed in to change notification settings - Fork 4
Installation
patrickomatic edited this page Sep 14, 2010
·
22 revisions
- Add
urlimaging
to yourINSTALLED_APPS
insettings.py
like:
INSTALLED_APPS = ( 'django.contrib.auth', 'django.contrib.contenttypes', 'django.contrib.sessions', 'django.contrib.sites', 'urlimaging', )
- Add an entry to
urls.py
. Something along the lines of:
urlpatterns = patterns('', ... (r'^images/', include('urlimaging.urls')), ... )
This will allow django-url-imaging to listen for image processing commands on all requests under /images/