Private
Public Access
1
0

passing tests - views.py split over multiple files

This commit is contained in:
Sander Roosendaal
2019-02-07 17:41:17 +01:00
parent a3b309fb16
commit bc8bda7a38
12 changed files with 389 additions and 365 deletions

View File

@@ -1,4 +1,6 @@
from statements import *
def paidplans_view(request):
if not request.user.is_anonymous():
r = getrequestrower(request)