gnousdoteu-v3/gnousEU/local_settings.py.example

13 lines
233 B
Plaintext

SECRET_KEY = "hi there"
DATABASES = {
"default": {
"ENGINE": "django.db.backends.mysql",
"NAME": "gnouseu",
"USER": "root",
"PASSWORD": "root",
"OPTIONS": {"charset": "utf8mb4"},
}
}