Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
synnefo
Commits
9a8b7b9d
Commit
9a8b7b9d
authored
Sep 24, 2013
by
Christos Stavrakakis
Browse files
ci: Fix database engine
parent
5d056b30
Changes
1
Hide whitespace changes
Inline
Side-by-side
snf-deploy/files/etc/synnefo/webproject.conf
View file @
9a8b7b9d
...
...
@@ -7,7 +7,7 @@ make_psycopg_green()
DATABASES
= {
'default'
: {
# 'postgresql_psycopg2', 'postgresql','mysql', 'sqlite3' or 'oracle'
'ENGINE'
:
'postgresql_psycopg2'
,
'ENGINE'
:
'
django.db.backends.
postgresql_psycopg2'
,
# ATTENTION: This *must* be the absolute path if using sqlite3.
# See: http://docs.djangoproject.com/en/dev/ref/settings/#name
'OPTIONS'
: {
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment