Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. DATABASE_ENGINE = 'django.db.backends.sqlite3' # 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'oracle'.
  2. DATABASE_NAME = os.path.join( ROOT_PATH, 'mydata.db' ) # Or path to database file if using sqlite3.
  3. DATABASE_USER = 'mydata_user' # Not used with sqlite3.
  4. DATABASE_PASSWORD = '' # Not used with sqlite3.
  5. DATABASE_HOST = '' # Set to empty string for localhost. Not used with sqlite3.
  6. DATABASE_PORT = ''
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement