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
22183f21
Commit
22183f21
authored
Apr 14, 2011
by
Georgios Gousios
Browse files
Append the django_hudson plugin to the list of apps
parent
e8c0bf1b
Changes
3
Hide whitespace changes
Inline
Side-by-side
conf/ci/settings.py.mysql
View file @
22183f21
...
...
@@ -13,3 +13,4 @@ DATABASES = {
}
}
INSTALLED_APPS += ('django_hudson',)
conf/ci/settings.py.postgres
View file @
22183f21
...
...
@@ -9,4 +9,4 @@ DATABASES = {
}
}
INSTALLED_APPS += ('django_hudson',)
conf/ci/settings.py.sqlite
View file @
22183f21
...
...
@@ -6,4 +6,4 @@ DATABASES = {
}
}
INSTALLED_APPS += ('django_hudson',)
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