Skip to content

Commit

Permalink
Python3 migration
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudOver committed May 4, 2018
1 parent 49d7f64 commit c3ef115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion corecluster/settings.py
Expand Up @@ -41,7 +41,7 @@
TEMPLATES = [
{
'BACKEND': 'django.template.backends.django.DjangoTemplates',
'DIRS': ['/etc/corecluster/templates/', BASE_DIR + '/templates/'],
'DIRS': ['/etc/corecluster/templates/', BASE_DIR + '/corecluster/templates/'],
'APP_DIRS': True,
'OPTIONS': {
'context_processors': [
Expand Down

0 comments on commit c3ef115

Please sign in to comment.