-
The package gives a nice functionality, but when it comes to integrating into an existent site it is not easy.
I have a site already, and I want to display forms inside of it using the structure I al…
-
Hi GRnet team,
I am trying to do a clean Debian wheezy install of Flowspy. I have followed the instructions from here:
http://flowspy.readthedocs.io/en/latest/installation/debian_wheezy/#installing-…
-
We've just started setting up a FeinCMS based blog, but have encountered a small problem.
We set up the Page model in the normal way, and register a few extensions like this:
``` python
Page.registe…
-
we use https://github.com/django-admin-bootstrap/django-admin-bootstrap-feincms
which is little ugly and not complete but usable
with this set initial value for widget inline visible/active field
wy…
-
We are using FeinCMS with pages and content blocks which have a richtext field on their forms using the CKEditor. Because of a bug with this, I updated from `django-ckedtior-updated==4.2.8` to `django…
-
```
Attached is a patch that will allow a tree to be managed in the admin
interface using the jQuery NestedSortableWidget
(http://code.google.com/p/nestedsortables/wiki/NestedSortableWidgetDocumentati…
-
When having a custom Page model and corresponding PageAdmin, inherited from `feincms.module.page.modeladmins.PageAdmin`, it's not possible to override the fieldsets attribute and remove the redirect_t…
-
One must add `"django.core.context_processors.request"` to `TEMPLATE_CONTEXT_PROCESSORS` to not get 'request' key error.
Maybe it should go to docs.
```
Environment:
Request Method: GET
Request UR…
memee updated
10 years ago
-
A lot of sites we created in FeinCMS required content to be positioned with a lot more flexibility than FeinCMS offered.
1. Sometimes some arbitrary content items just needed to be wrapped together i…
-
I was just looking into adding tag support for Page model, when I realized there is a `feincms.contrib.tagging`, however I think that should really be an Page extension?
Additionally, looks like `Se…
vvarp updated
13 years ago