Further shuup init
This commit is contained in:
@@ -58,6 +58,7 @@ INSTALLED_APPS = [
|
||||
'django.contrib.staticfiles',
|
||||
# Shuuuuuuuuuuuuuuuuup
|
||||
'easy_thumbnails',
|
||||
'shuup.themes.classic_gray',
|
||||
'shuup.core',
|
||||
'shuup.admin',
|
||||
'shuup.addons',
|
||||
|
||||
@@ -5,6 +5,6 @@ from django.conf.urls.static import static
|
||||
|
||||
urlpatterns = [
|
||||
path('admin/', admin.site.urls),
|
||||
#path('sa/', include('shuup.admin.urls', namespace="shuup_admin")),
|
||||
#path('', include('shuup.front.urls', namespace="shuup")),
|
||||
path('sa/', include('shuup.admin.urls', namespace="shuup_admin")),
|
||||
path('', include('shuup.front.urls', namespace="shuup")),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user