Skip to content

Commit

Permalink
work on orders
Browse files Browse the repository at this point in the history
  • Loading branch information
Guest007 committed Jan 31, 2014
1 parent 6795694 commit d8b7625
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions eurocard/settings.py
Expand Up @@ -69,15 +69,15 @@
# Database # Database
# https://docs.djangoproject.com/en/1.6/ref/settings/#databases # https://docs.djangoproject.com/en/1.6/ref/settings/#databases


# DATABASES = { DATABASES = {
# 'default': { 'default': {
# 'ENGINE': 'django.db.backends.mysql', 'ENGINE': 'django.db.backends.mysql',
# "HOST": 'mysql', "HOST": 'mysql',
# 'NAME': 'eurocard', 'NAME': 'eurocard',
# 'USER': 'eurocard', 'USER': 'eurocard',
# 'PASSWORD': 'sUoh5tezRL', 'PASSWORD': 'sUoh5tezRL',
# } }
# } }


# Internationalization # Internationalization
# https://docs.djangoproject.com/en/1.6/topics/i18n/ # https://docs.djangoproject.com/en/1.6/topics/i18n/
Expand Down

0 comments on commit d8b7625

Please sign in to comment.