django-suit icon indicating copy to clipboard operation
django-suit copied to clipboard

Suggest popular packages you would like to be supported by Django Suit

Open darklow opened this issue 11 years ago • 99 comments

Please suggest packages you would like to be supported. Also vote for packages that are already suggested, so we know which are most wanted. Thank you.

I deleted comments with apps that have been already implemented. Here is the list of currently supported apps:

  • django-cms
  • django-filer
  • django-mptt
  • django-reversion
  • django-import-export

Documentation and examples: http://django-suit.readthedocs.org/en/develop/#supported-apps

darklow avatar Feb 25 '13 12:02 darklow

As mentioned in #2 I would like Django-cms to be supported. A close second would be Zinnia.

Kilian avatar Feb 25 '13 13:02 Kilian

Yeah, Zinnia support would be fantastic

jazwiecki avatar Feb 28 '13 22:02 jazwiecki

django-mptt-tree-editor would be included with Django CMS support, right?

Also django-polymorphic.

julianwachholz avatar Mar 02 '13 14:03 julianwachholz

I would love integration with django-admin tools, mainly for the feature that allows you to change the apps name in the admin. 

grillermo avatar Mar 02 '13 18:03 grillermo

Out of the box support for geodjango fields in the admin would be pretty awesome.

scdoshi avatar Mar 06 '13 06:03 scdoshi

Django+cms and Zinnia support will be wonderful

sveetch avatar Mar 10 '13 23:03 sveetch

django-tinymce

bobrynya avatar Mar 11 '13 10:03 bobrynya

django-redactor, django-reversion

zyukin avatar Mar 14 '13 11:03 zyukin

Opps (is CMS) - http://www.oppsproject.org/

avelino avatar Mar 18 '13 22:03 avelino

feincms :) http://www.feincms.org/

nzhenev avatar Apr 22 '13 12:04 nzhenev

As you've added support for django-cms and django-filer already, it would be cool to see django-form-designer (https://github.com/philomat/django-form-designer) getting supported too, as this is a much used plugin with django-cms. :smiley:

maartendraijer avatar May 01 '13 16:05 maartendraijer

What about the former contrib app django-databrowse? It was removed from 1.5 but still seems to be under active development (more or less at least): https://github.com/Alir3z4/django-databrowse

For example a link to a model instance could lead to a corresponding databrowse url by default. There the user just can look a the data. When he wishes to edit it, he clicks the edit button on that page. I think accomplishing that is not that intrusive. I'll look into it myself, when I have the time ;-)

phihos avatar May 21 '13 17:05 phihos

Will django-floppyforms (https://github.com/brutasse/django-floppyforms) work easily inside DS?

gamesbook avatar May 23 '13 15:05 gamesbook

Mezzanine http://mezzanine.jupo.org/

poptosic avatar May 23 '13 21:05 poptosic

@poptosic: Mezzanine http://mezzanine.jupo.org/

Unfortunately Grappelli is one of required dependencies for Mezzanine, which makes it kind awkward and hard to support them and it would "theme for theme" situation. I am not familiar with mezzanine so i am not sure how deep grappelli is integrated into mezzanine, but i think the only way we could add support for mezzanine is if it runs in standalone mode without grappelli too.

darklow avatar May 24 '13 06:05 darklow

Add support for django-guardian please. Thanks

eisensheng avatar May 25 '13 16:05 eisensheng

+1 for django-polymorphic

celmanabbas avatar May 29 '13 19:05 celmanabbas

Supporting https://github.com/deschler/django-modeltranslation for the tabbed navigation would be really great... thats actually the only thing why I'm not using django-suit right now :(

omar-ayoubi avatar Jun 26 '13 16:06 omar-ayoubi

django-crispy-forms

gamesbook avatar Jun 27 '13 07:06 gamesbook

+1 FeinCMS

timsloan avatar Jul 02 '13 01:07 timsloan

Modeltranslation in admin interface will be really great.

pomahtuk avatar Jul 10 '13 07:07 pomahtuk

https://github.com/Yaco-Sistemas/django-inplaceedit (to edit inline, e.g.: in the changelists) https://pypi.python.org/pypi/django-transmeta (to model translation)

goinnn avatar Jul 10 '13 10:07 goinnn

+1 for FeinCMS

guetux avatar Aug 16 '13 12:08 guetux

I would really like support for a model translation package such as django-hvad (https://github.com/kristianoellegaard/django-hvad).

jgadelange avatar Aug 26 '13 12:08 jgadelange

+1 Feincms

ebertti avatar Sep 03 '13 17:09 ebertti

Opps CMS: https://github.com/opps/opps

lalves avatar Sep 03 '13 17:09 lalves

Opps CMS: https://github.com/opps/opps +1

raelmax avatar Sep 03 '13 17:09 raelmax

Opps CMS: https://github.com/opps/opps +1

hersonls avatar Sep 03 '13 17:09 hersonls

Opps CMS: https://github.com/opps/opps :+1:

ellisonleao avatar Sep 03 '13 17:09 ellisonleao

will be great if you guys could take a look at django-admin-tools. however seems I have to move forward first, since I need to use both django-suit and django-admin-tools within one project soon.

ghost avatar Sep 06 '13 12:09 ghost

will be great if you guys could take a look at django-admin-tools. however seems I have to move forward first, since I need to use both django-suit and django-admin-tools within one project soon.

@danielchang1991 i don't think it is possible to use django-suit and django-admin-tools together, because they both are doing same thing - extending lot of django admin original templates and there will be a lot of conflicts. I believe they will work, but templates/css/layout will be a mess. In comparison it would be same like using wordpress with two themes simultaneously which is impossible.

darklow avatar Sep 06 '13 12:09 darklow

@darklow Sorry I didn't make it clear. For my demand, it is about to integrate the fancy UI from django-suit and the all-in-one dashboard from django-admin-tool. Ya you're right, it will be a mess to join the templates without merge. :)

ghost avatar Sep 06 '13 12:09 ghost

@danielchang1991 Dashboard customisation is one of top priority features, that i will start as soon as summer ends. But right now you can take a look on this issue #49

darklow avatar Sep 06 '13 13:09 darklow

django mptt tree editor: https://bitbucket.org/san/django-mptt-tree-editor/. It works with no changes but a little bit of styling would allow it to look much better inside Suit.

An alternative would be to add native support drag & drop reordering of MPTT models to Suit.

nchampsavoir avatar Sep 10 '13 15:09 nchampsavoir

django-selectable - https://bitbucket.org/mlavin/django-selectable

gamesbook avatar Oct 07 '13 07:10 gamesbook

@gamesbook i suggest you try out https://github.com/applegrew/django-select2 It works with Django Suit without any customizations. I will add some examples to demo later. image

darklow avatar Oct 07 '13 09:10 darklow

I have looked at django-select2. Unfortunately, the poor documentation makes it close to unusable. django-selectable has a section in its docs on using it with grappelli (https://django-selectable.readthedocs.org/en/version-0.7.0/admin.html#using-grappelli) that can maybe help with integration with suit?

gamesbook avatar Oct 07 '13 09:10 gamesbook

feincms :+1:

rxdazn avatar Oct 10 '13 05:10 rxdazn

+1 FeinCMS

czert avatar Nov 04 '13 13:11 czert

+1 FeinCMS

x0nix avatar Nov 11 '13 13:11 x0nix

+1 django-modeltranslation

wo0dyn avatar Nov 19 '13 23:11 wo0dyn

Some sort of dashboard please

kburandt avatar Nov 20 '13 03:11 kburandt

+1 django-modeltranslation

sthzg avatar Feb 19 '14 16:02 sthzg

+1 django-modeltranslation

benjaminrigaud avatar Mar 09 '14 22:03 benjaminrigaud

Opps CMS: https://github.com/opps/opps :+1:

luzfcb avatar Mar 13 '14 20:03 luzfcb

+1 for FeinCMS

richardjprice avatar Mar 20 '14 20:03 richardjprice

+1 FeinCMS +1 Zinnia

arthanson avatar Mar 27 '14 13:03 arthanson

+1 FeinCMS

Hedde avatar Apr 02 '14 10:04 Hedde

FeinCMS seems to work pretty decent already, only rich text editors are messed up

Just purchased a license :+1: keep up the great work.

Hedde avatar Apr 11 '14 12:04 Hedde

+1 django-modeltranslation

antitoxic avatar Apr 12 '14 18:04 antitoxic

It would be sweet if nested inlines were supported. https://github.com/silverfix/django-nested-inlines

thenewguy avatar May 15 '14 22:05 thenewguy

https://github.com/chrisglass/django_polymorphic

thenewguy avatar May 23 '14 23:05 thenewguy

What part of polymorphic doesn't work? It works for me.

yuchant avatar May 24 '14 07:05 yuchant

+1 django-modeltranslation

temrdm avatar Jul 15 '14 00:07 temrdm

zinnia would be great, thanks!

angusrchen avatar Aug 01 '14 13:08 angusrchen

django-reversion-compare would be sweet

aidanlister avatar Aug 17 '14 06:08 aidanlister

nested inline please!!!

jcga82 avatar Sep 09 '14 16:09 jcga82

+1 django-nested-inline

smcoll avatar Sep 19 '14 22:09 smcoll

+1 django-nested-inline

varunjuneja avatar Oct 28 '14 05:10 varunjuneja

+1 Modeltranslation

furins avatar Oct 31 '14 16:10 furins

+1 django-rest-framework +1 django-haystack

SalahAdDin avatar Nov 01 '14 02:11 SalahAdDin

+1 FeinCMS

ometra avatar Nov 01 '14 11:11 ometra

:+1: FeinCMS

sspross avatar Nov 06 '14 13:11 sspross

+1 feinCMS

Snakeyyy avatar Jan 06 '15 15:01 Snakeyyy

+1 Wagtail!

SalahAdDin avatar Jan 12 '15 03:01 SalahAdDin

+1 FeinCMS +1 django-rest-framework

FrancoisConstant avatar Jan 15 '15 23:01 FrancoisConstant

Fluent Pages

jpotterm avatar Jan 21 '15 17:01 jpotterm

+Wagtail!

SalahAdDin avatar Jan 23 '15 00:01 SalahAdDin

+1 Wagtail

guetux avatar Jan 23 '15 09:01 guetux

+1 Wagtail, DRF, Fein

DylanLukes avatar Jan 29 '15 16:01 DylanLukes

@SalahAdDin @guetux @DylanLukes How can possibly Django Suit support wagtail if it has its own unique layout and templates?

darklow avatar Jan 30 '15 13:01 darklow

@darklow +1 for your point on wagtail. I've been following the emails for this issue. How on earth would wagtail be supported @SalahAdDin @guetux @DylanLukes ?

antitoxic avatar Jan 30 '15 13:01 antitoxic

I've been watching, Wagtail will implement personal customization modules to allow the Admin also it is common admin improve wagtail with django-admin, admin not own Wagtail. Wagtail have used? Wagtail has an own dmin and one very simple to django-admin, was thinking of doing more complex the admin, at least similar to what used django cms and is implemented in the demo django-suit. If I make me understand? If you want i can put some images about it :D

SalahAdDin avatar Jan 30 '15 20:01 SalahAdDin

And other +1 django-smart-selects :D

SalahAdDin avatar Feb 09 '15 03:02 SalahAdDin

+1 django-modeltranslation

banzayats avatar Feb 12 '15 14:02 banzayats

  • Mezzanine
  • Grappelli itself

It's not impossible, just difficult - IMHO the Mezzanine fork of Grappelli might be a little easier to do.

The issue is, Django-Filebrowser is a necessary functionality for many people/projects, including Mezzanine, and it depends on (and is written by the author of) Grappelli - even though Grappelli itself is largely unneccessary.

There are forks of Filebrowser out there with no Grappelli, but they mostly are unsupported after a while, and none have gained enough traction to stay current - so most people are stuck with either the Grappelli/Filebrowser combination, or the Mezzanine fork of both.

As I recall, the author of Grappelli has stated his intention not to do a mobile / responsive version, nor migrate to newer tech like Bootstrap3.

jowolf avatar Apr 16 '15 23:04 jowolf

+1 Wagtail :+1:

SalahAdDin avatar Apr 17 '15 05:04 SalahAdDin

+1 FeinCMS +1 django-rest-framework

lucalenardi avatar Apr 24 '15 15:04 lucalenardi

+1 django-fluent-pages and django-fluent-contents

mrmachine avatar May 07 '15 06:05 mrmachine

django-daterange-filter so that users can filter dates in date range intervals. Most up-to-date fork is here: https://github.com/brunotikami/django-datefilterspec

This other fork is attempting to integrate but it's not looking flawless: https://github.com/Glamping-Hub/django-datefilterspec

antitoxic avatar Jul 27 '15 08:07 antitoxic

+1 django-modeltranslation

liminspace avatar Aug 15 '15 02:08 liminspace

:+1: django-model-translate

SalahAdDin avatar Aug 15 '15 02:08 SalahAdDin

django-model-translate +1

caullla avatar Oct 05 '15 14:10 caullla

django-parler / django-hvad :)

EnTeQuAk avatar Nov 03 '15 14:11 EnTeQuAk

+1 django-selectable o/

gustavo-sdo avatar Nov 03 '15 17:11 gustavo-sdo

+1 django-modeltranslation

abidibo avatar Nov 23 '15 16:11 abidibo

:+1: django-modeltranslation.

SalahAdDin avatar Nov 26 '15 01:11 SalahAdDin

django-simple-history

lllama avatar Dec 11 '15 16:12 lllama

Hello, I would like to suggest integration with django-nested-admin https://pypi.python.org/pypi/django-nested-admin

claudiofinizio avatar Feb 16 '16 14:02 claudiofinizio

As per this comment: https://github.com/darklow/django-suit/issues/3#issuecomment-125134782 Any chance of a selectable date range filter? Or is there an alternative to this already in the works?

cmivxx avatar May 09 '16 22:05 cmivxx

Mezzanine http://mezzanine.jupo.org/

jowolf avatar May 09 '16 23:05 jowolf

+1 Feincms

typeshige avatar May 23 '16 19:05 typeshige

+1 django-daterange-filter

jiujitsu avatar May 23 '16 22:05 jiujitsu

+1 django-daterange-filter

madthew avatar Aug 23 '16 12:08 madthew

+1 for Django Nested Inline: https://pypi.python.org/pypi/django-nested-admin

berinhard avatar Sep 26 '16 18:09 berinhard

  • 1 django-modeltranslation

baterson avatar Sep 27 '16 13:09 baterson

+1 django-modeltranslation

srTinto80 avatar Oct 13 '16 10:10 srTinto80

Hello. I would suggest to support :

Thanks.

pierreclaverkoko avatar Apr 12 '18 08:04 pierreclaverkoko

Wagtail

jowolf avatar Apr 16 '18 16:04 jowolf