Guest User

Untitled

a guest
Aug 1st, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. import os.path
  2.  
  3. DATABASE_ENGINE = 'django.db.backends.sqlite3'
  4. DATABASE_NAME = os.path.join(os.path.dirname(__file__), 'cronos.db')
  5. DATABASE_USER = '' # Not used with sqlite3.
  6. DATABASE_PASSWORD = '' # Not used with sqlite3.
  7. DATABASE_HOST = '' # Set to empty string for localhost. Not used with sqlite3.
  8. DATABASE_PORT = '' # Set to empty string for default. Not used with sqlite3.
Add Comment
Please, Sign In to add comment