Project

General

Profile

Download (136 Bytes) Statistics
| Branch: | Tag: | Revision:
a6070101 Frédéric Péters
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.sqlite3',
5eb11aa2 Frédéric Péters
'NAME': 'calebasse/calebasse.sqlite3',
a6070101 Frédéric Péters
}
}