Skip to content

Commit

Permalink
Silly error
Browse files Browse the repository at this point in the history
  • Loading branch information
goinnn committed Oct 6, 2013
1 parent 6b1195c commit df38865
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions example/example/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,8 @@
},
}
}
import django


# dbtemplates configuration. This is to test the smartextends with three TEMPLATE_LOADERS installed

Expand All @@ -169,9 +171,6 @@

# Custom settings to the different django versions


import django

if django.VERSION[0] >= 1 and django.VERSION[1] >= 4:
TEMPLATE_CONTEXT_PROCESSORS += ('django.core.context_processors.tz',)

Expand Down

0 comments on commit df38865

Please sign in to comment.