Changed the example2 database name.

This commit is contained in:
Andrews Medina 2013-06-05 22:19:07 -03:00
parent 6d12d7d8e6
commit af54f424ed

View file

@ -12,7 +12,7 @@ MANAGERS = ADMINS
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.sqlite3',
'NAME': 'example.db',
'NAME': 'example2.db',
}
}