mirror of
https://github.com/yogeshojha/rengine.git
synced 2026-09-03 00:58:44 +02:00
6 lines
93 B
Python
6 lines
93 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class TargetappConfig(AppConfig):
|
|
name = 'targetApp'
|