django-content-gallery icon indicating copy to clipboard operation
django-content-gallery copied to clipboard

A Django application allows to attach a collection of images to objects of any model in any app

Results 6 django-content-gallery issues
Sort by recently updated
recently updated
newest added

I correct the alphabet that makes content more attractive.

I get this error whenever I ran any command with Django like `runserver` ``` File "/mnt/c/Users/anato/desktop/playground/django_gallery/env/lib/python3.8/site-packages/content_gallery/utils.py", line 8, in from django.core import urlresolvers ImportError: cannot import name 'urlresolvers' from 'django.core'...

I installed django-content-gallery using pip, but got an exception when executing it's migration. `python manage.py migrate content_gallery` throws the following exception: ``` Traceback (most recent call last): File "manage.py", line...

![abc](https://user-images.githubusercontent.com/13606299/45427946-0af65480-b698-11e8-9d15-6b416a013cf3.png) ![abc2](https://user-images.githubusercontent.com/13606299/45428002-32e5b800-b698-11e8-93fe-16b31acbf404.png)

I'm trying to add an image that has been extracted from an email straight into django content gallery and tried various approaches with no success. The payload is a bytes...