1
0
mirror of https://github.com/daniviga/bite.git synced 2024-12-24 09:11:25 +01:00
bite/beer/telemetry/apps.py
Daniele Viganò 09cf23554a
Project renaming (#14)
* Renaming

* Make Django migrations sync to DB availability
2020-06-17 20:08:10 +02:00

6 lines
93 B
Python

from django.apps import AppConfig
class TelemetryConfig(AppConfig):
name = 'telemetry'