summaryrefslogtreecommitdiff
path: root/lkft/apps.py
blob: c2f77b4d9e93fa0714c6b3c679414f7e62b324ba (plain)
1
2
3
4
5
6
7
8
# -*- coding: utf-8 -*-
from __future__ import unicode_literals

from django.apps import AppConfig


class LkftConfig(AppConfig):
    name = 'lkft'