chrisvans / onbaristawebapp

Web App for Baristas to check in when they are on bar
0 stars 1 forks source link

models.py bugfix #14

Closed chrisvans closed 11 years ago

chrisvans commented 11 years ago

in models.py: line 110. checkinDesc = self.barista.showUser() + " at " + unicode(self.inTime) User has no attribute showUser

Working on this..