pushup-contest/pushup/apps.py
Rushil Umaretiya bc06642fe7 started working
2020-10-19 02:28:06 -04:00

6 lines
87 B
Python

from django.apps import AppConfig
class PushupConfig(AppConfig):
name = 'pushup'