apps.py 148 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 # -*- coding: utf-8 -*- from __future__ import unicode_literals from django.apps import AppConfig class BlogConfig(AppConfig): name = 'blog'