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
69ba4f8a
Commit
69ba4f8a
authored
May 27, 2013
by
Kostas Papadimitriou
Browse files
webproject: Default TEMPLATE_DIRS setting typo
missing comma
parent
a6539929
Changes
2
Hide whitespace changes
Inline
Side-by-side
snf-webproject/conf/10-snf-webproject-apps.conf
View file @
69ba4f8a
...
...
@@ -17,7 +17,7 @@
#
## Additional template dirs.
#TEMPLATE_DIRS = (
# '/etc/synnefo/templates/'
# '/etc/synnefo/templates/'
,
#)
#
#LANGUAGES = (
...
...
snf-webproject/synnefo/webproject/settings/default/apps.py
View file @
69ba4f8a
...
...
@@ -17,7 +17,7 @@ ROOT_URLCONF = 'synnefo.webproject.urls'
# Additional template dirs.
TEMPLATE_DIRS
=
(
'/etc/synnefo/templates/'
'/etc/synnefo/templates/'
,
)
LANGUAGES
=
(
...
...
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