AyluinReymaer
Results
22
comments of
AyluinReymaer
I am having trouble with this as well. For some reason, instagram decided to log me out of instaloader (and just instaloader. All other devices are properly logged in...). I...
Same issue here. I have these models defined: ``` from djongo import models class Blog(models.Model): name = models.CharField(max_length=100) class Meta: abstract = True class Entry(models.Model): blog = models.EmbeddedField( model_container=Blog )...