workout-suggest/src/exercises/apps.py

6 lines
93 B
Python
Raw Normal View History

2020-11-21 11:41:15 +01:00
from django.apps import AppConfig
class ExercisesConfig(AppConfig):
name = 'exercises'