brosner / django-timezones

A Django reusable app to deal with timezone localization for users.
MIT License
193 stars 65 forks source link

prep_localized_database raises NameError #5

Closed jcdyer closed 5 years ago

jcdyer commented 14 years ago

Global name model_instance not defined. (at line 123) It looks like changing it to instance clears up the problem, but I'm still having trouble getting things working, so maybe I just pushed the problem off to a different error.