Files
timelaps-api/music/apps.py
bglacial 31d5f7ade4 First commit of the V2.
New base, new info.
2019-04-18 00:58:59 +02:00

6 lines
85 B
Python

from django.apps import AppConfig
class MusicConfig(AppConfig):
name = 'music'