feincms Questions
2
Solved
Is there a standard solution to insert a feincms MediaFile into a RichTextContent form element (ckeditor or tinyMCE) ? I haven't been able to find any in the documentation... Now users need to copy...
2
Solved
I'm trying to find a way to filter the admin queryset for page objects based up on the user provided, what I've considered (pseudo code):
from feincms... Page
class MyPageAdmin(PageAdmin):
def _...
Maidenhood asked 9/2, 2013 at 13:6
1
Solved
In a Django project, I have a hierarchical model using MPTT defined like this in models.py:
class Structure(MPTTModel):
name = models.CharField(max_length=200, unique=True)
parent = TreeForeignK...
Titrant asked 11/2, 2013 at 20:27
3
I'm using feincms in a django project and I want to use manage.py dumpdata but I get nothing:
python manage.py dumpdata feincms
[]
Slambang asked 1/8, 2010 at 3:9
1
I'm using Django and FeinCMS on a project. I'm currently using FeinCMS for all the pages on the site. But I also have another separate model that handles very simple stock for the site too. This st...
Cleotildeclepe asked 22/8, 2010 at 18:22
1
© 2022 - 2024 — McMap. All rights reserved.