photo26/accounts/settings.py
aeltheos d8853cee1c changed signup to accounts
finished fixing linting
2021-10-07 16:59:16 +02:00

8 lines
208 B
Python

import os
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
TEMPLATES = [
{
'DIRS': [os.path.join(BASE_DIR, 'photo21/accounts/templates')],
'APP_DIRS': True,
},
]