fix
This commit is contained in:
@@ -5,5 +5,8 @@ DATABASES = {
|
||||
'ENGINE': 'django.db.backends.sqlite3',
|
||||
'NAME': os.path.join(BASE_DIR, 'db.sqlite3'),
|
||||
'HOST': 'localhost',
|
||||
'USER': '',
|
||||
'PORT': 1,
|
||||
'PASSWORD': 'aap'
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user