j

Results 3 issues of j

Is there an option to delete the image and thumb stored on s3 while we delete it from the admin. I am not able to delete the file and thumb...

having trouble with the integration. kindly help.

while running program: **django 1.7** Model > class Article(models.Model): > > > title = models.CharField(max_length=255) > > gallery = GalleryForeignKey('galleries.Gallery', blank=True, null=True, on_delete=models.SET_NULL) **Couldn't reconstruct field gallery on testapp.Article: **init**()...