kumify/health/apps.py
Kumi 431f7acba2 Rename meds to health
Add more health related models
Add activity categories
2021-02-16 12:15:56 +00:00

6 lines
87 B
Python

from django.apps import AppConfig
class HealthConfig(AppConfig):
name = 'health'