-
Hi
This is not so much an issue but a question regarding making some slight changes to the code. The tutorial is about allowing a user to upload a document and then share it with other users. What if…
-
Hi Batiste,
http://packages.python.org/django-page-cms/navigation-template-tags.html#id5
According to this example of using breadcrumbs Django renders this:
```
Home »
News
```
I think th…
elky updated
13 years ago
-
Hi,
I've been following the example project as well as reading the documentation, but I didn't see if it was possible to get third-party apps integrated into the breadcrumb.
In my project, I can get…
-
While trying to use sitetree_breadcrumbs in a template:
> Caught SiteTreeError while rendering: Sitetree needs "django.core.context_processors.request" template processor to be enabled. Please add it…
-
Sitetree throws the following exception when trying to access a specific sitetree in the admin interface:
```
TemplateSyntaxError at /admin/sitetree/tree/1/
Caught KeyError while rendering: 'request…
-
Enklare flöde för att skapa ny författning: På första sidan ska finnas en stor ”Skapa ny författtning”-knapp. Det ska även gå att komma åt `/admin/`, men mer som en ”bakdörr”.
-
I have a multilanguage project and want CMS to be mounted not to '/', but to '/content/' URL of my Django-based site.
My urlconf is:
...
url(r'^content/', include('cms.urls')),
...
I created the inde…
-
Line 3 of filebrowser/templates/filebrowser/include/breadcrumbs.html should have `class="breadcrumbs"` rather than `id="breadcrumbs"` to properly use the contrib.admin stylesheets.
Django 1.2
-
Hi,
I tried to setup django-messages with cms-2.0.
I created a Navigation extender for the messages app with 4 entries (inbox, compose, trash & outbox). After that i created a page with the extended…