This commit is contained in:
virusdefender
2016-09-25 17:00:52 +08:00
parent 61ab910d53
commit 078de956e5
22 changed files with 297 additions and 9 deletions

7
group/apps.py Normal file
View File

@@ -0,0 +1,7 @@
from __future__ import unicode_literals
from django.apps import AppConfig
class GroupConfig(AppConfig):
name = 'group'