diff --git a/imagehost/settings.py b/imagehost/settings.py index f570009..d47d8cb 100644 --- a/imagehost/settings.py +++ b/imagehost/settings.py @@ -77,7 +77,7 @@ WSGI_APPLICATION = 'imagehost.wsgi.application' # Database # https://docs.djangoproject.com/en/1.9/ref/settings/#databases -''' + DATABASES = { 'default': { 'ENGINE': 'django.db.backends.sqlite3', @@ -96,7 +96,7 @@ DATABASES = { 'PORT': '5432', } } - +''' # Password validation # https://docs.djangoproject.com/en/1.9/ref/settings/#auth-password-validators diff --git a/imagehosting/templates/imagehosting/all.html b/imagehosting/templates/imagehosting/all.html index 6b83c19..399fc53 100644 --- a/imagehosting/templates/imagehosting/all.html +++ b/imagehosting/templates/imagehosting/all.html @@ -6,10 +6,11 @@
{% for image in all %}{% endfor %}
- + {% endblock content %} - -