sdenton4/pipic

master branch broken

Closed this issue · 1 comments

Hi,
I want to use this project but when I try to visit the web UI, I'm getting this error:
File "/home/pi/pipic/djpilapse/djpilapp/views.py" in index

  1.     'project': P,
    

Exception Type: UnboundLocalError at /
Exception Value: local variable 'P' referenced before assignment

Hello!
There was apparently a problem in the database file that was in the git repository (it didn't have the necessary objects in the database). I've fixed the problem, and hopefully made it a bit more robust to that kind of problem in the future by generating those objects if they aren't found.