mirror of
https://github.com/Rushilwiz/pushup-contest.git
synced 2025-04-09 21:20:15 -04:00
6 lines
87 B
Python
6 lines
87 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class PushupConfig(AppConfig):
|
|
name = 'pushup'
|