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
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
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
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
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
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
6 matches
Mail list logo