gpp/port/apps.py
2019-05-27 08:06:11 +02:00

6 lines
83 B
Python

from django.apps import AppConfig
class PortConfig(AppConfig):
name = 'port'