sdenton4 / pipic

Tools for Raspberry Pi photography
GNU General Public License v2.0
63 stars 19 forks source link

master branch broken #11

Closed collidr closed 10 years ago

collidr commented 10 years ago

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

sdenton4 commented 10 years ago

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.