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.

settings_local.sample.py 223B

12345678910
  1. DATABASES = {
  2. 'default': {
  3. 'ENGINE': 'django.contrib.gis.db.backends.postgis',
  4. 'NAME': 'oscar_demo',
  5. 'USER': '',
  6. 'PASSWORD': '',
  7. 'HOST': '127.0.0.1',
  8. 'PORT': '',
  9. },
  10. }