Answer the question
In order to leave comments, you need to log in
Delayed publishing django. How to implement?
Suppose there is a publication model
class Publication(models.Model):
'''
..............................
'''
publish = models.BooleanField(default=False)
publication_datetime = models.DateTimeField()
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question