first commit

This commit is contained in:
2019-01-13 22:35:24 +01:00
commit ff0e2213f3
58 changed files with 892 additions and 0 deletions

8
timelaps/apps.py Normal file
View File

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