fork download
  1. DATABASES = {
  2. 'default': {
  3. 'ENGINE': 'django.db.backends.sqlite3', # Add 'postgresql_psycopg2', 'mysql', 'sqlite3' or 'oracle'.
  4. 'NAME': 'QAappdb.db', # Or path to database file if using sqlite3.
  5. # The following settings are not used with sqlite3:
  6. 'USER': '',
  7. 'PASSWORD': '',
  8. 'HOST': '', # Empty for localhost through domain sockets or '127.0.0.1' for localhost through TCP.
  9. 'PORT': '', # Set to empty string for default.
  10. }
  11. }
  12.  
Not running #stdin #stdout 0s 0KB
stdin
Standard input is empty
stdout
Standard output is empty