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
3f697e42
Commit
3f697e42
authored
Apr 13, 2011
by
Vassilios Karakoidas
Browse files
Added a missing comma.
parent
582b8362
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.develop
View file @
3f697e42
...
...
@@ -137,7 +137,7 @@ and then copy/edit according to the database used:
'default': {
'ENGINE': 'django.db.backends.mysql',
'NAME': 'synnefo',
'USER': 'USERNAME'
'USER': 'USERNAME'
,
'PASSWORD': 'PASSWORD',
'HOST': 'HOST',
'PORT': 'PORT',
...
...
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