mirror of
https://github.com/jazzband/django-downloadview.git
synced 2026-05-24 23:23:49 +00:00
Fix flake8 issue
This commit is contained in:
parent
5306a54222
commit
9aaa069e23
1 changed files with 1 additions and 1 deletions
|
|
@ -133,7 +133,7 @@ if StrictVersion(get_version()) >= StrictVersion('1.8'):
|
|||
'DIRS': [
|
||||
os.path.join(os.path.dirname(__file__), "templates"),
|
||||
],
|
||||
'OPTIONS': {
|
||||
'OPTIONS': {
|
||||
'debug': DEBUG,
|
||||
'context_processors': [
|
||||
# Insert your TEMPLATE_CONTEXT_PROCESSORS here or use this
|
||||
|
|
|
|||
Loading…
Reference in a new issue