Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Luis-Palacios/a097bb5cfb737f35804a to your computer and use it in GitHub Desktop.
Save Luis-Palacios/a097bb5cfb737f35804a to your computer and use it in GitHub Desktop.
An example to show the configuration for database with django and postgres
import dj_database_url
DATABASES= {'default':dj_database_url.config(
default='postgres://DbUser:strongPasword@yourhost/dbName'
)}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment