Admin GenericTabularInline problem

2012-01-11 Thread MeME
I have such models: https://bitbucket.org/Memke/webmachinist/src/ae3c2ae9547d/webmachinist/apps/webmachinist/media/models.py And my adminy.py looks like: https://bitbucket.org/Memke/webmachinist/src/ae3c2ae9547d/webmachinist/apps/webmachinist/media/admin.py As you can see I attach Image and Vid

Model for images with thumbnails

2012-01-06 Thread MeME
Hello, I'm new to Django. I started to write something for personal purposes. I have doubts about writing model for media files, especially images. In my app thumbnails should be automatically created when image is uploaded. Each such image can have thumnails with different dimensions. Images can

2 settings files importing one to the other - problem

2011-10-07 Thread MeME
Hello everybody, Have anybody of you worked in AptanaStudio? I have problems with one project where I have 2 settings files. I'm trying to import one to another. Problems appear when I runserver: http://screencast.com/t/BhM5gn1t -- Regards MM -- You received this message because you are subscri

Problems with prepopulated_fields JS

2011-08-07 Thread MeME
Python 2.6.1 Django (1, 3, 0, 'final', 0) hello I've added Category model to apps models class Category(models.Model): app_label = _('News') title = models.CharField(max_length=50) slug= models.SlugField(unique=True) description = models.TextField() In a

Re: Three models linked together: how do i do (...) ?

2006-05-04 Thread Moi Meme
I had the same idea at first: Application -> Milestone -> Ticket (using a generic milestone for tickets not assigned to any specific milestone). But indeed, it does not fix the problem, when tickets need be created against a restricted list of milestones linked to application A. The admin interf

Three models linked together: how do i do (...) ?

2006-05-04 Thread Moi Meme
Hi, As a pretty new user, I have been through the tutorials and experienced a bit, playing with magic-removal branch before the merge. (Note to the impatient: my question is at the end of the mail) I'd like to build a light ticket management system for my work team, and came up with the followi