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

7
command/urls.py Normal file
View File

@@ -0,0 +1,7 @@
from django.urls import path
from . import views
urlpatterns = [
path('',views.command,name='command'),
]