We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
urlimaging
INSTALLED_APPS
settings.py
INSTALLED_APPS = ( 'django.contrib.auth', 'django.contrib.contenttypes', 'django.contrib.sessions', 'django.contrib.sites', 'urlimaging', )
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/
/images/
There was an error while loading. Please reload this page.