Files
jumpserver/apps/perms/apps.py
ibuler 234684c875 Rename dir name dashboard to apps
It's may be well
2016-08-13 21:59:08 +08:00

8 lines
126 B
Python

from __future__ import unicode_literals
from django.apps import AppConfig
class PermsConfig(AppConfig):
name = 'perms'