2019-01-13 22:35:24 +01:00

9 lines
156 B
Python

# -*- coding: utf-8 -*-
from __future__ import unicode_literals
from django.apps import AppConfig
class TimelapsConfig(AppConfig):
name = 'timelaps'