Queryset API distinct does not work?

2009-01-17 Thread neo
# Dummy model class Message(models.Model): """ """ subject = models.CharField(max_length=100) pub_date = models.DateTimeField(default=datetime.now()) class Topic(models.Model): """ """ title = models.CharField(max_length=100) message = models.ManyToManyField(Message, verbos

Inline editing of related models in tree-like fashion

2010-10-07 Thread Neo
I'm stuck with the inline Tree-like-eiditing of related models on same page. I've got three models, A, B and C. Class A Class B fb = foreignkey(A) Class C fc = foreignkey(B) In admin.py I'm doing something like AdminA inlines = [inlineB] AdminB

Re: Django/python free Training

2020-12-18 Thread neo...@gmail.com
Estoy interesado. En viernes, 18 de diciembre de 2020 09:25:43 GMT-5, Python Class escribió: Hi guys, I am manucho from Kenya and am good developer with django and python and i want to teach people what i know .I want to start a youtube channel for Django and python based tutorials ..