You cannot post messages because only members can post, and you are not currently a member.
Description:
Discussion group for the Mezzanine project - a Django based CMS.
|
|
|
Login Customizations
|
| |
I am trying to customize the login form a bit and have catered it to my needs for the most part, however I have 2 items I cannot seem to overcome and was wondering if someone could give me some guidance on the best approach. First item, I have tried removing the little panel with the signup and login buttons but cannot do so within the template without removing the... more »
|
|
Subdomains with cross domain data queries
|
| |
Hello, I am fairly new to both django and mezzanine, so please excuse this question if there is a doc I missed somewhere that answers it... Anyhow, I'm planning on moving a large drupal site into django/mezzanine. Currently the site - yinyanghouse.com - has more or less static content, dynamic community submitted content and some ecommerce functionality. I'm... more »
|
|
CSRF verification failed. Request aborted.
|
| |
Clear your cookies or open a new incogneto Chrome window for the same purpose. Head over to mezzanine.jupo.org/account and try logging in with demo:demo. The very first time this request gets made I'm seeing "Forbidden (403) CSRF verification failed. Request aborted." Pressing the browser "Back" button and trying again will succeed.... more »
|
|
URL Generation Failing
|
| |
I have created a custom inclusion tag in an app called "popular_keywords" that generates a collection of links that function like search queries. So for example, I would like this <li><a href="{% url "matching_items" keyword=keyword %}">{{ keyword ...to generate <li><a href="/search/?q=Cake}">Cake</ a></li>... more »
|
|
Registering settings problem when using Mezzanine with Cacheops
|
| |
Hello! Im using Cacheops <[link]> for caching on my site, that built with Mezzanine. And Im getting strange error - when "cacheops" is added in INSTALLED_APPS Mezzanine is not registering its additional settings. I traced it and found that in mezzanine.conf.__init__ at line 108 (where 'defaults' importing from apps)... more »
|
|
GZipMiddleware and UpdateCacheMiddleware order
|
| |
What is the correct middleware ordering in Mezzanine for django.middleware.gzip.GZipMid dleware? It is my understanding that django.middleware.cache.Update CacheMiddleware normally goes before GZipMiddleware like this: MIDDLEWARE_CLASSES = ( "django.middleware.cache.Updat eCacheMiddleware" # Mezzanine... more »
|
|
Mezzanine 1.4.7 released
|
| |
Hi all,
I've just pushed Mezzanine 1.4.7 to PyPi. No major changes here, just a
handful of fixes and feature enhancements from over the last few weeks
since 1.4.6:
- New `ACCOUNTS_NO_USERNAME` setting defaults to False and when set to
True, the username field will be excluded from all forms in... more »
|
|
Error saving Blog Posts and Pages with rich text fields
|
| |
I'm deploying Mezzanine on heroku, but I'm running into the following error when I try to save objects with rich text fields, like blog posts and pages. It seems to be related to bleach and html5lib. I don't have any errors when I run it locally. Any ideas how I can resolve this? Thanks in advance.... more »
|
|
Nested pages
|
| |
Hi, I am probably missing something obvious here but I could not find anything about this in the documentation, or in this google group. I have a model Project(Displayable, models.Model). And the following pages structure: Projects (Richtextpage) -- New project (Richtextpage) -- Detail (Richtextpage)... more »
|
|
|