12         'ENGINE': 'django.db.backends.', # Add 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'oracle'.
 
  13         'NAME': '', # Or path to database file if using sqlite3.
 
  14         'USER': '',                      # Not used with sqlite3.
 
  15         'PASSWORD': '',                  # Not used with sqlite3.
 
  16         'HOST': '',                      # Set to empty string for localhost. Not used with sqlite3.
 
  17         'PORT': '',                      # Set to empty string for default. Not used with sqlite3.
 
  22 SECRET_KEY = %(secret_key)r
 
  23 MEDIA_ROOT = '%(path)s/media/'