web terminal

This commit is contained in:
Usman Nasir
2019-11-02 19:29:02 +05:00
parent dd21a17b41
commit 087322f2b4
58 changed files with 16489 additions and 3141 deletions

6
WebTerminal/urls.py Executable file
View File

@@ -0,0 +1,6 @@
from django.conf.urls import url
import views
urlpatterns = [
url(r'^$', views.terminal, name='terminal'),
]