Skip to content
Snippets Groups Projects
Commit b176e57c authored by Angel Velasquez's avatar Angel Velasquez
Browse files

Remove options on local_settings.py (archweb)

This option is no longer required (and it causes conflicts) on Django
versions >= 1.8.
parent 982ade15
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,6 @@ DATABASES = {
'USER' : '{{ archweb_db_site_user }}',
'PASSWORD': '{{ archweb_db_site_password }}',
'OPTIONS' : {
'autocommit': True,
'application_name': 'archweb',
{% if archweb_db_host != 'localhost' %}
'sslmode': 'require',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment