Browse Source

...

master
jfinn 8 months ago
parent
commit
3002ecb034
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      wsps/views.py

+ 2
- 0
wsps/views.py View File

14
 # glob_cl.has_cl
14
 # glob_cl.has_cl
15
 # glob_cl.acl
15
 # glob_cl.acl
16
 # Create your views here.
16
 # Create your views here.
17
+
18
+p=print
17
 def index(request):
19
 def index(request):
18
 	return HttpResponse("Hello World") 
20
 	return HttpResponse("Hello World") 
19
 
21
 

Loading…
Cancel
Save