mental-app / core /apps.py
Hello-maker-s
Initial commit: Django mental health backend
843d5d9
Raw
History Blame Contribute Delete
83 Bytes
from django.apps import AppConfig
class CoreConfig(AppConfig):
name = 'core'