You have code like this try: .... except: pass
around the pertinent block. Perhaps not suppressing errors might indicate where your code is failing. Cheers Tom On Thu, Sep 30, 2010 at 3:09 PM, Chris McComas <[email protected]> wrote: > I have this code: > > http://dpaste.com/250981/ > > The file is uploading properly, but it is not creating any entries in > my Pharmcas table, it's worked before, last spring when we used it > last, but right now it's not working? It uploads and saves the file as > it should, but then doesn't do any of the creating of entries in the > table? > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/django-users?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

