You cannot post messages because only members can post, and you are not currently a member.
|
ManagementForm data is missing or has been tampered with???
|
| |
Suddenly, after 7 weeks, I get this error * ValidationError: [u'ManagementForm data is missing or has been tampered with']* It worked fine for serveral weeks. I did not change a thing. This happends when I'm trying to save a page. *Stacktrace (most recent call last): File "django/core/handlers/base.py" , line 115, in get_response... more »
|
|
FeinCMS gallery plugin setup problem
|
| |
I need to add gallery on my site. I found this plugin: [link] Made all the instructions in Install section but I get an error when trying to add a gallery in admin panel. NoReverseMatch at /admin/gallery/gallery/add/ Reverse for '"gallery_admin_thumbnail"' with arguments '()' and keyword arguments '{}' not found.... more »
|
|
ApplicationContent and app_reverse
|
| |
I have thought a bit about the app_reverse problem when using an external django app as ApplicationContent. Currently, to properly support url reversion, one has to modify the external app and replace each and every django.core.urlresolver.*rever se*()call into feincms.content.application.mo dels.*app_reverse*(), which to boot also... more »
|
|
fragments deprecated?
|
| |
I just stumbled over the (now non existant) description of the fragment mechanism. As far as I can tell, the use of fragments is now totally deprecated (at least there is no documentation any more; the deprecation timeline does not mention it though) and instead a dance with overriding page base templates should be done.... more »
|
|
Meta title for 3rd party app
|
| |
Hello! I'm have news app integrated with FeinCMS and i cant' figure out how to set meta title when displaying news entry. Instead of news title like '27.03 - Google anounced new service...' I get 'News' (name of the app). here's how i render title in base.html: <title>{{ feincms_page.title }}</title>... more »
|
|
Problem understanding how to build navigation
|
| |
Hi,
In my site, I want to have on all pages 2 menus (navigation) that will never change from page to page (one in the header and the other in the footer).
My site is multilingual (en, fr). My structure is basically like this:
- Root Redirector / (automatically redirect to the home page in proper... more »
|
|
How to use regions in custom templates
|
| |
So I had an existing django project, but needed to add some content to certain templates that could be edited by the user. The path I took was to install the page module and create fake pages that hold those regions and call the programatically in the actual view like class HomeView(TemplateView):... more »
|
|
"The page module requires a 'Page.register_templates()' call "
|
| |
I have a project all set up and works famously in 1.6.3, however upon updating to FeinCMS 1.7.4, it acts as it I didn't register anything. My models.py is perfectly formatted and now striped of everything but a dumb simple Page module. The app is firmly in the settings and has been confirmed there by using manage.py shell and some exceptions. Am I missing... more »
|
|
|