# 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
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
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 ..
3 matches
Mail list logo