This repository has been archived on 2025-09-03. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
covid19-dashboard/processdata/apps.py
2021-05-14 14:41:00 +05:30

6 lines
97 B
Python

from django.apps import AppConfig
class ProcessdataConfig(AppConfig):
name = 'processdata'