-
Notifications
You must be signed in to change notification settings - Fork 705
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Django CMS support #77
Comments
Sweet! Very nice! Will test is as soon as possible (this weekend most likely). |
This looks great! I was wondering what the reasoning behind the change form blocks having a negative margin? Some issues I found:
|
|
Add a note about django-cms to docs - issue #77
Had previously commented on a closed issue - Please refer #2 Django-compressor gives out errors for 3rd party app support templates |
Would you welcome a pull request for support for Django-CMS v3? If so, let's talk on a new ticket and figure out how to support both v2 and v3. |
@maestrofjp check out the latest release of django-cms, it has a pretty okay fix (not perfect) to make django-suit and others work... buttons are no longer missing from the frontend editor :) |
Yes, it's way better and acceptable since most django cms 3 editing is done on front end -- inline editing. Let me know if you want help improving things from where they stand. We're pretty locked into djanog CMS and moving to use suit on our future projects (fyi, waiting for my license request to be approved -- so don't worry). |
@maestrofjp I think the stance from django-cms is that if there is a way to improve djangoc-cms where it has become too focused on django.contrib.admin, then they are willing to merge it. So anything that's a generic improvement and not django-suit specific is acceptable. |
Django CMS support
Since Django Suit v0.2.0 Django CMS support is included.
Supported Django Cms versions
Django Suit currently supports Django CMS
2.3.5
and2.4.x
versions.Note: Some features like row styling (see preview below) are available only in
2.4.x
version.Issues
Report issues/questions related to beta version here in this issue or irc.
To discuss some ideas or chat - join us at #django-suit on
irc.freenode.net
Known issues
Preview
Live Demo: http://djangosuit.com/admin/cms/page/
List (django-cms
v2.4.0-beta
):Change form:
The text was updated successfully, but these errors were encountered: