Skip to content

Commit

Permalink
updaets
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajiv Roopan authored and Rajiv Roopan committed Jun 10, 2015
1 parent 05e4458 commit 523cf7a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions geogekko/production_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,6 @@
}
}

TEMPLATE_DIRS=('/opt/bitnami/apps/django/django_projects/geogekko/templates')

ELASTIC_SEARCH_HOST="http://localhost:9200/"
2 changes: 1 addition & 1 deletion geogekko/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
TEMPLATES = [
{
'BACKEND': 'django.template.backends.django.DjangoTemplates',
'DIRS': ['/Users/rajiv/8qlabs/geogekko/templates', '/opt/bitnami/apps/django/django_projects/geogekko/templates'],
'DIRS': ['/Users/rajiv/8qlabs/geogekko/templates'],
'APP_DIRS': True,
'OPTIONS': {
'context_processors': [
Expand Down

0 comments on commit 523cf7a

Please sign in to comment.