Advertisement
epalomeque

Untitled

Jan 20th, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. # hay que alterar el archivo c:\Windows\System32\drivers\etc\hosts
  2. # y agregar esta linea al final
  3. # 10.40.13.14 sdspgtest.vmlocal
  4.  
  5.  
  6. DATABASES = {
  7. 'default': {
  8. 'NAME': 'nombre_de_la_base_de_datos',
  9. 'ENGINE': 'django.db.backends.postgresql_psycopg2',
  10. 'USER': 'postgres',
  11. 'PASSWORD' : 'Postgres1',
  12. 'HOST' : 'sdspgtest.vmlocal',
  13. 'DATABASE_PORT' : '5432'
  14. },
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement