API-Manager/apimanager/users/apps.py
PengfeiLi0218 739c44da62 Add Branches page #75
verify should come from settings and default to true #78
2019-02-08 12:35:51 +08:00

12 lines
179 B
Python

# -*- coding: utf-8 -*-
"""
App config for users app
"""
from django.apps import AppConfig
class BranchesConfig(AppConfig):
"""Config for branches"""
name = 'branches'