Skip to content
Snippets Groups Projects
Commit 7860ec47 authored by Nils Steinger's avatar Nils Steinger
Browse files

Enable support for {% if debug %} in templates

parent a0e794fa
No related branches found
No related tags found
No related merge requests found
...@@ -29,6 +29,8 @@ DEBUG = True ...@@ -29,6 +29,8 @@ DEBUG = True
ALLOWED_HOSTS = [] ALLOWED_HOSTS = []
INTERNAL_IPS = ['127.0.0.1', '::1']
# Application definition # Application definition
INSTALLED_APPS = [ INSTALLED_APPS = [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment