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

from django.apps import AppConfig


class TestsConfig(AppConfig):
    name = 'test_records'