Skip to content

Commit

Permalink
[#37] - Modified settings.py - removed accounts/templates from TEMPLA…
Browse files Browse the repository at this point in the history
…TE_DIRS
  • Loading branch information
dorotawm committed Feb 22, 2015
1 parent b953d04 commit 062d47d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sandbox/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,7 @@

STATIC_URL = '/static/'

TEMPLATE_DIRS = (os.path.join(BASE_DIR, 'accounts/templates'),
os.path.join(BASE_DIR, 'templates')
TEMPLATE_DIRS = (os.path.join(BASE_DIR, 'templates'),
)

AUTH_USER_MODEL = 'accounts.User'

0 comments on commit 062d47d

Please sign in to comment.