Skip to content

Commit a10fe2c

Browse files
authored
Merge pull request #24 from munisisazade/new-version-2.0.2
Fix bugs
2 parents 874413f + dabee02 commit a10fe2c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tlp/django_app/oscar_settings.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@
8181
'ckeditor_uploader',
8282
'widget_tweaks',
8383
'#{APP_NAME}.apps.#{DJANGO_UP_APP_NAME}Config',
84-
] # + get_core_apps(['oscar_apps.dashboard.pages',
84+
85+
] + get_core_apps() # + get_core_apps(['oscar_apps.dashboard.pages',
8586
# 'oscar_apps.dashboard.catalogue',
8687
# 'oscar_apps.checkout',
8788
# 'oscar_apps.customer',

0 commit comments

Comments
 (0)