projets
/
ifgu.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Fix bug css
[ifgu.git]
/
project
/
conf.py.edit
Commit
Line
Data
7751bc47
OL
1
# -*- encoding: utf-8 -*
2
3
DATABASES = {
4
'default': {
5
#'ENGINE': 'django.db.backends.mysql',
6
'ENGINE': 'django.db.backends.sqlite3',
7
'NAME': 'db.sqlite',
8
'USER': '',
9
'PASSWORD': '',
10
'HOST': '',
11
'PORT': '',
12
}
13
}