dummyfunctions for memberapi views
This commit is contained in:
+9
-1
@@ -1,3 +1,11 @@
|
|||||||
from django.shortcuts import render
|
from django.shortcuts import render
|
||||||
|
import json
|
||||||
|
|
||||||
|
|
||||||
|
def members(request):
|
||||||
|
pass
|
||||||
|
|
||||||
|
def member(request):
|
||||||
|
pass
|
||||||
|
|
||||||
|
|
||||||
# Create your views here.
|
|
||||||
|
|||||||
Reference in New Issue
Block a user