Files
macports-webapp/app/variant/apps.py

6 lines
90 B
Python

from django.apps import AppConfig
class VariantsConfig(AppConfig):
name = 'variant'