settings.py 96 B

1234
  1. from django.conf import settings
  2. # Theme
  3. JET_THEME = getattr(settings, 'JET_THEME', 'default')