Skip to content

Instantly share code, notes, and snippets.

@JuniorLima
Created June 25, 2015 20:20
Show Gist options
  • Save JuniorLima/b9288faaa3151d6212d3 to your computer and use it in GitHub Desktop.
Save JuniorLima/b9288faaa3151d6212d3 to your computer and use it in GitHub Desktop.
local_settings
# -*- coding: utf-8 -*-
DEBUG = True
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.mysql',
'NAME': 'institucional',
'USER': 'root',
'PASSWORD': 'root',
'HOST': '',
'PORT': '',
}
}
ALLOWED_HOSTS = []
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment