This repository has been archived on 2019-09-01. You can view files and clone it, but cannot push or open issues or pull requests.
horrible-todo/tasks/apps.py
2019-03-27 23:12:42 +01:00

6 lines
85 B
Python

from django.apps import AppConfig
class TasksConfig(AppConfig):
name = 'tasks'