diff --git a/dr_botzo/dr_botzo/settings.py b/dr_botzo/dr_botzo/settings.py index 055a5dd..19b43aa 100644 --- a/dr_botzo/dr_botzo/settings.py +++ b/dr_botzo/dr_botzo/settings.py @@ -113,12 +113,6 @@ USE_TZ = True SITE_ID = 1 -# templates -TEMPLATE_DIRS = ( - os.path.join(BASE_DIR, 'templates'), -) - - # Static files (CSS, JavaScript, Images) # https://docs.djangoproject.com/en/1.6/howto/static-files/