Fix: Add a mark 'IS_TEST' to decide if we should load image-urls

This commit is contained in:
winkidney
2018-08-26 00:11:28 -07:00
parent a59f3cf9eb
commit ac469d47f9
4 changed files with 14 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
from django.conf.urls import include, url
from django.conf.urls import url
from . import views
urlpatterns = [