im not sure but can't you have
class File(meta.Model):
file = meta.FileField(...)
owner = ForeignKey(Entry)
class Entry(meta.Model):
id = meta.AutoField(primary_key=True
--~--~-~--~~~---~--~~
You received this message because you are subscribed to t
Hi all,
I wish to implement a system that allows users to upload multiple files
and associate them with a model I have defined.
The model is similar to the following:
class Entry(meta.http://groups.google.com/group/django-users
-~--~~~~--~~--~--~---
2 matches
Mail list logo