django-galleries icon indicating copy to clipboard operation
django-galleries copied to clipboard

django-galleries is a photo gallery app for django that enables you to add/edit/remove images inline with the model that the gallery belongs to in the django admin interface.

Results 2 django-galleries issues
Sort by recently updated
recently updated
newest added

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**()...

In settings : PROJECT_PATH = os.path.split(os.path.abspath(os.path.dirname(**file**)))[0] INSTALLED_APPS = ( 'galleries', 'djangocms_admin_style', 'django.contrib.auth', 'django.contrib.contenttypes', 'django.contrib.sessions', 'django.contrib.sites', 'django.contrib.messages', 'django.contrib.staticfiles', 'django.contrib.comments', 'django.contrib.admin', 'Web', 'respite', 'orderable', 'django_alterflave', 'restthumbnails', 'tinymce', 'mce_filebrowser', 'easy_thumbnails', 'image_cropping', ) IMAGE_CROPPING_RATIO...

question