Browse Source

post

master
jfinn 5 days ago
parent
commit
a4047cb1a5
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      wsps/views.py

+ 2
- 0
wsps/views.py View File

9
 from django.views.decorators.csrf import csrf_exempt
9
 from django.views.decorators.csrf import csrf_exempt
10
 
10
 
11
 from django.views.generic import ListView, CreateView  # new
11
 from django.views.generic import ListView, CreateView  # new
12
+from .models import Post,PostForm
12
 
13
 
13
 
14
 
14
 # from wsps.tasks_loop import *
15
 # from wsps.tasks_loop import *
17
 # import tasks_loop
18
 # import tasks_loop
18
 import wsps.tasks_loop
19
 import wsps.tasks_loop
19
 glob_cl = wsps.tasks_loop.glob_cl
20
 glob_cl = wsps.tasks_loop.glob_cl
21
+
20
 # glob_cl.has_cl
22
 # glob_cl.has_cl
21
 # glob_cl.acl
23
 # glob_cl.acl
22
 # Create your views here.
24
 # Create your views here.

Loading…
Cancel
Save