mirror of
https://github.com/wagtail/wagtail.git
synced 2024-12-01 11:41:20 +01:00
Moved images/frontend view module to images/serve
This commit is contained in:
parent
ffbe4730f0
commit
7f9572d8e8
@ -2,8 +2,8 @@ from __future__ import absolute_import, unicode_literals
|
|||||||
|
|
||||||
from django.conf.urls import url
|
from django.conf.urls import url
|
||||||
|
|
||||||
from wagtail.wagtailimages.views import frontend
|
from wagtail.wagtailimages.views.serve import serve
|
||||||
|
|
||||||
urlpatterns = [
|
urlpatterns = [
|
||||||
url(r'^(.*)/(\d*)/(.*)/$', frontend.serve, name='wagtailimages_serve'),
|
url(r'^(.*)/(\d*)/(.*)/$', serve, name='wagtailimages_serve'),
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user