settings.py 112 B

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