6 lines
162 B
Python
6 lines
162 B
Python
# -*- coding: utf-8 -*-
|
|
from django.utils.translation import ugettext_lazy as _
|
|
# TEMPLATES = {
|
|
# 'blog_u.html': _('Blog'),
|
|
# 'page.html': _('Page'),
|
|
# }
|