typo correc
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user