workout/gym/apps.py

6 lines
81 B
Python
Raw Permalink Normal View History

2018-03-02 12:01:51 +01:00
from django.apps import AppConfig
class GymConfig(AppConfig):
2019-06-23 15:39:13 +02:00
name = "gym"