Skip to content

Instantly share code, notes, and snippets.

@mansha99
Created July 4, 2023 13:53
Show Gist options
  • Save mansha99/b5608950ebb29287e7b6cabe5604d409 to your computer and use it in GitHub Desktop.
Save mansha99/b5608950ebb29287e7b6cabe5604d409 to your computer and use it in GitHub Desktop.
notice_app/settings.py
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.mysql',
'NAME': 'notice_app',
'USER': 'root',
'PASSWORD': 'VeryStrongPa55Word$%',
'HOST': 'localhost',
'PORT': '3306',
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment