Brak opisu

apps.py 131B

12345678
  1. from __future__ import unicode_literals
  2. from django.apps import AppConfig
  3. class CommandConfig(AppConfig):
  4. name = 'commands'