Re: Tables in html tag on, won't stack

2019-09-02 Thread Rax Otero
Hi, Can I see how you structured your table? Best wishes, Rax On Sat, Aug 17, 2019 at 1:15 AM Kean wrote: > Hi, > > Ive created a table which returns all my data in my.html template. > > However, the problem is the second record tags onto the end of the first, > instead of

clean up media file

2012-07-14 Thread -RAX-
Hi all, I am opensourcing a tool for cleaning all the media upload files. It is basically browsing your DB and deleting all the media files which are not linked by the DB. We implemented this tool since django 1.3 in which FileFIeld files are no longer deleted when the model is deleted. You can

Updating to Django 1.3 - how to preserve file field previous behaviour

2011-03-27 Thread -RAX-
Hi all, According to http://docs.djangoproject.com/en/dev/releases/1.3/#filefield-no-longer-deletes-files FileField fields no longer delete the related file when the instance is deleted. I understand the motivations behind this decision BUT this creates several side effects in various websites w