Skip to content

Instantly share code, notes, and snippets.

View davidcp90's full-sized avatar
🎯
Software engineer & leader

David Felipe Camargo Polo davidcp90

🎯
Software engineer & leader
View GitHub Profile
from tutorya.settings import *
print 'Usando local_settings'
DEBUG = True
#Auth User Model Information
# AUTH_USER_MODEL = 'profiles.User'
# EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend'
INTERNAL_IPS = ('127.0.0.1',)