Skip to content
Snippets Groups Projects

Draft: Resolve "change smash to smasch in code base"

Closed Piotr Gawron requested to merge 352-change-smash-to-smasch-in-code-base into master
+ 1
1
@@ -12,7 +12,7 @@ SERVE_STATIC = True
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.postgresql_psycopg2',
'NAME': 'smash', # Insert your database's name
'NAME': 'smasch', # Insert your database's name
'USER': 'runner', # Insert your database's user
'PASSWORD': 'password', # Insert your user's password
'HOST': 'postgres',
Loading