Rohit-NGO/hello/apps.py
2020-06-10 17:07:08 +05:30

6 lines
85 B
Python

from django.apps import AppConfig
class HelloConfig(AppConfig):
name = 'hello'