Skip to content

Commit

Permalink
settings.DATABASES
Browse files Browse the repository at this point in the history
  • Loading branch information
mvasilkov committed Jan 6, 2022
1 parent ed9a064 commit 913012c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions tomoko/dev.py
@@ -1,3 +1,14 @@
DATABASES = {
"default": {
"ENGINE": "django.db.backends.mysql",
"NAME": "mokocchi",
"USER": "tomoko",
"PASSWORD": "bakabaka",
"OPTIONS": {
"unix_socket": "/tmp/mysql-dev.sock",
}
}
}
DEBUG = True
ROOT_URLCONF = "tomoko.routes"
SECRET_KEY = "Do you think I'm cute?"

0 comments on commit 913012c

Please sign in to comment.