Files
timelaps-api/timelaps/apps.py
bglacial 698b6dd865 First commit of the V2.
New base, new info.
2019-04-18 00:58:13 +02:00

6 lines
91 B
Python

from django.apps import AppConfig
class TimelapsConfig(AppConfig):
name = 'timelaps'