You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

12 lines
259 B

DATABASES = {
'default': {
'ENGINE': 'django.db.backends.postgresql_psycopg2',
'NAME': 'proekton2',
'USER': 'postgres',
'PASSWORD': 'gum1756',
'HOST': 'localhost',
'PORT': '',
}
}
TEMPLATE_DEBUG = True