VPN_CGI创建

This commit is contained in:
陈冠林
2018-12-04 15:41:58 +08:00
commit df7f755035
28 changed files with 1373 additions and 0 deletions

5
command/apps.py Normal file
View File

@@ -0,0 +1,5 @@
from django.apps import AppConfig
class CommandConfig(AppConfig):
name = 'command'