Private
Public Access
1
0

typo correc

This commit is contained in:
Sander Roosendaal
2020-01-16 20:20:59 +01:00
parent df29052256
commit ae366b2f17

View File

@@ -6,17 +6,7 @@ from __future__ import unicode_literals
#from __future__ import print_function
from .statements import *
nu = datetime.datetime.now()
self.ucoach = UserFactory()
self.rcoach = Rower.objects.create(
user=self.ucoach,
birthdate=faker.profile()['birthdate'],
gdproptin=True,surveydone=True,
gdproptindate=timezone.now(),
rowerplan='coach'
)
self.ucoachpassword = faker.word()
self.uchoach.set_password(self.ucoachpassword)
self.ucoach.save()
from rowers.utils import allmonths,allsundays
import rowers.plannedsessions as plannedsessions