Re: Goodbye, Malcolm

2013-03-19 Thread Emiliano Dalla Verde Marcozzi
My condolences to his family, Rest in peace. -- "Code without tests is broken by design." - Jacob Kaplan-Moss Show me the mone ... code!: https://bitbucket.org/edvm -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this grou

Re: Survey : Theme for Django admin interface

2013-03-10 Thread Emiliano Dalla Verde Marcozzi
2013/3/10 Venkatraman S > Hi, > > Was wondering if there are *paid* takers for themes for the django-admin > interface. I know there are a few that exist already but am not quite happy > with them. > > I can definitely spend a few days/weeks and develop some nice looking > ones, but wanted to che

Re: TemporaryFileUploadHandler leaving tempfiles behind on disk

2013-03-04 Thread Emiliano Dalla Verde Marcozzi
2013/3/4 msoulier > Hi, > > I'm using a ModelForm to upload a large file that ends up being > written to a tempfile on disk. When I call form.save(), the file gets > copied to the final filename, but the tempfile is left behind on disk. > > I am using a custom handler, which is a TemporaryFileUpl

Change label/title from an application added to django admin

2012-12-23 Thread Emiliano Dalla Verde Marcozzi
Hello, I created an app called 'emp' with the command: django-admin.py startapp emp. Then, i edited my models.py, added an admin.py file to register my clases/models in the django admin. Now, when i login into the django admin, i have a list of Applications, and it says 'Emp' in that list. I wan