Re: How To style a Django formset for fileField

2017-04-14 Thread m712 - Developer
My apologies. I have solved this problem myself. I separated my models to their own files because they got over 2K lines, and I named the file the attachment model lives in Attachment.py. Because the module-level function getUploadPath and Attachment's getUploadPath both have the same name, Django'

Re: How To style a Django formset for fileField

2017-04-14 Thread m712 - Developer
Ahaha, apologies again. I am very new to mailing lists and ended up replying to someone who didn't reply to me. Please remove my messages if possible. Sorry! -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and sto

Re: How To style a Django formset for fileField

2017-04-14 Thread ludovic coues
What version of django are you using ? On 14 Apr 2017 1:53 am, "Rohit Chopra" wrote: > stackoverflow question > > > > > > down votefavorite >