Skip to content

Commit

Permalink
rf#140 Add new redirects app to INSTALLED_APPS
Browse files Browse the repository at this point in the history
  • Loading branch information
duker33 committed Jun 25, 2018
1 parent 58becc2 commit 42455ee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions tests/redirects/test_views.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# @todo:60m Create/stale tests for new redirects app
# You can take tests from django repo.
# Or write them if it's impossible.
2 changes: 1 addition & 1 deletion tests/test_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,14 @@
'django.contrib.sessions',
'django.contrib.admin',
'django.contrib.sites',
'django.contrib.redirects',
'sorl.thumbnail',
'mptt',
'images',
'catalog',
'ecommerce',
'pages',
'search',
'redirects',
'generic_admin',
'tests',
)
Expand Down

0 comments on commit 42455ee

Please sign in to comment.