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
Add a line like:
<pre> INSTALLED_APPS = ( 'django.contrib.auth', 'django.contrib.contenttypes', 'django.contrib.sessions', 'django.contrib.sites', 'urlimaging', ) </pre>
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.