mirror of
https://github.com/jazzband/django-dbtemplates.git
synced 2026-03-16 22:20:28 +00:00
typo
This commit is contained in:
parent
e694b3dfb8
commit
587b66232c
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ MEDIA_PREFIX = getattr(settings, 'DBTEMPLATES_MEDIA_PREFIX',
|
|||
|
||||
USE_REVERSION = getattr(settings, 'DBTEMPLATES_USE_REVERSION', False)
|
||||
|
||||
if USE_REVERSION and 'reversion'not in settings.INSTALLED_APPS:
|
||||
if USE_REVERSION and 'reversion' not in settings.INSTALLED_APPS:
|
||||
raise ImproperlyConfigured("Please add reversion to your "
|
||||
"INSTALLED_APPS setting to make use of it in dbtemplates.")
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue