Coder Social home page Coder Social logo

Comments (99)

eisensheng avatar eisensheng commented on July 25, 2024 2

Add support for django-guardian please. Thanks

from django-suit.

scdoshi avatar scdoshi commented on July 25, 2024 1

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

from django-suit.

gamesbook avatar gamesbook commented on July 25, 2024 1

django-crispy-forms

from django-suit.

gamesbook avatar gamesbook commented on July 25, 2024 1

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

from django-suit.

darklow avatar darklow commented on July 25, 2024 1

@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

from django-suit.

antitoxic avatar antitoxic commented on July 25, 2024 1

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

from django-suit.

lllama avatar lllama commented on July 25, 2024 1

django-simple-history

from django-suit.

jowolf avatar jowolf commented on July 25, 2024 1

Wagtail

from django-suit.

Kilian avatar Kilian commented on July 25, 2024

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

from django-suit.

jazwiecki avatar jazwiecki commented on July 25, 2024

Yeah, Zinnia support would be fantastic

from django-suit.

julianwachholz avatar julianwachholz commented on July 25, 2024

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

Also django-polymorphic.

from django-suit.

grillermo avatar grillermo commented on July 25, 2024

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

from django-suit.

sveetch avatar sveetch commented on July 25, 2024

Django+cms and Zinnia support will be wonderful

from django-suit.

bobrynya avatar bobrynya commented on July 25, 2024

django-tinymce

from django-suit.

zyukin avatar zyukin commented on July 25, 2024

django-redactor, django-reversion

from django-suit.

avelino avatar avelino commented on July 25, 2024

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

from django-suit.

nzhenev avatar nzhenev commented on July 25, 2024

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

from django-suit.

maartendraijer avatar maartendraijer commented on July 25, 2024

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. 😃

from django-suit.

phihos avatar phihos commented on July 25, 2024

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 ;-)

from django-suit.

gamesbook avatar gamesbook commented on July 25, 2024

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

from django-suit.

poptosic avatar poptosic commented on July 25, 2024

Mezzanine http://mezzanine.jupo.org/

from django-suit.

darklow avatar darklow commented on July 25, 2024

@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.

from django-suit.

celmaun avatar celmaun commented on July 25, 2024

+1 for django-polymorphic

from django-suit.

omar-ayoubi avatar omar-ayoubi commented on July 25, 2024

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 :(

from django-suit.

timsloan avatar timsloan commented on July 25, 2024

+1 FeinCMS

from django-suit.

pomahtuk avatar pomahtuk commented on July 25, 2024

Modeltranslation in admin interface will be really great.

from django-suit.

goinnn avatar goinnn commented on July 25, 2024

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)

from django-suit.

guetux avatar guetux commented on July 25, 2024

+1 for FeinCMS

from django-suit.

jgadelange avatar jgadelange commented on July 25, 2024

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

from django-suit.

ebertti avatar ebertti commented on July 25, 2024

+1 Feincms

from django-suit.

lalves avatar lalves commented on July 25, 2024

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

from django-suit.

raelmax avatar raelmax commented on July 25, 2024

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

from django-suit.

hersonls avatar hersonls commented on July 25, 2024

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

from django-suit.

ellisonleao avatar ellisonleao commented on July 25, 2024

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

from django-suit.

 avatar commented on July 25, 2024

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.

from django-suit.

darklow avatar darklow commented on July 25, 2024

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.

from django-suit.

 avatar commented on July 25, 2024

@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. :)

from django-suit.

darklow avatar darklow commented on July 25, 2024

@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

from django-suit.

nchampsavoir avatar nchampsavoir commented on July 25, 2024

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.

from django-suit.

gamesbook avatar gamesbook commented on July 25, 2024

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?

from django-suit.

rxdazn avatar rxdazn commented on July 25, 2024

feincms 👍

from django-suit.

czert avatar czert commented on July 25, 2024

+1 FeinCMS

from django-suit.

x0nix avatar x0nix commented on July 25, 2024

+1 FeinCMS

from django-suit.

wo0dyn avatar wo0dyn commented on July 25, 2024

+1 django-modeltranslation

from django-suit.

kburandt avatar kburandt commented on July 25, 2024

Some sort of dashboard please

from django-suit.

sthzg avatar sthzg commented on July 25, 2024

+1 django-modeltranslation

from django-suit.

benjaminrigaud avatar benjaminrigaud commented on July 25, 2024

+1 django-modeltranslation

from django-suit.

luzfcb avatar luzfcb commented on July 25, 2024

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

from django-suit.

richardjprice avatar richardjprice commented on July 25, 2024

+1 for FeinCMS

from django-suit.

arthanson avatar arthanson commented on July 25, 2024

+1 FeinCMS
+1 Zinnia

from django-suit.

Hedde avatar Hedde commented on July 25, 2024

+1 FeinCMS

from django-suit.

Hedde avatar Hedde commented on July 25, 2024

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

Just purchased a license 👍 keep up the great work.

from django-suit.

antitoxic avatar antitoxic commented on July 25, 2024

+1 django-modeltranslation

from django-suit.

thenewguy avatar thenewguy commented on July 25, 2024

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

from django-suit.

thenewguy avatar thenewguy commented on July 25, 2024

https://github.com/chrisglass/django_polymorphic

from django-suit.

yuchant avatar yuchant commented on July 25, 2024

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

from django-suit.

temrdm avatar temrdm commented on July 25, 2024

+1 django-modeltranslation

from django-suit.

angusrchen avatar angusrchen commented on July 25, 2024

zinnia would be great, thanks!

from django-suit.

aidanlister avatar aidanlister commented on July 25, 2024

django-reversion-compare would be sweet

from django-suit.

jcga82 avatar jcga82 commented on July 25, 2024

nested inline please!!!

from django-suit.

smcoll avatar smcoll commented on July 25, 2024

+1 django-nested-inline

from django-suit.

varunjuneja avatar varunjuneja commented on July 25, 2024

+1 django-nested-inline

from django-suit.

furins avatar furins commented on July 25, 2024

+1 Modeltranslation

from django-suit.

SalahAdDin avatar SalahAdDin commented on July 25, 2024

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

from django-suit.

ometra avatar ometra commented on July 25, 2024

+1 FeinCMS

from django-suit.

sspross avatar sspross commented on July 25, 2024

👍 FeinCMS

from django-suit.

Snakeyyy avatar Snakeyyy commented on July 25, 2024

+1 feinCMS

from django-suit.

SalahAdDin avatar SalahAdDin commented on July 25, 2024

+1 Wagtail!

from django-suit.

FrancoisConstant avatar FrancoisConstant commented on July 25, 2024

+1 FeinCMS
+1 django-rest-framework

from django-suit.

jpotterm avatar jpotterm commented on July 25, 2024

Fluent Pages

from django-suit.

SalahAdDin avatar SalahAdDin commented on July 25, 2024

+Wagtail!

from django-suit.

guetux avatar guetux commented on July 25, 2024

+1 Wagtail

from django-suit.

DylanLukes avatar DylanLukes commented on July 25, 2024

+1 Wagtail, DRF, Fein

from django-suit.

darklow avatar darklow commented on July 25, 2024

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

from django-suit.

antitoxic avatar antitoxic commented on July 25, 2024

@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 ?

from django-suit.

SalahAdDin avatar SalahAdDin commented on July 25, 2024

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

from django-suit.

SalahAdDin avatar SalahAdDin commented on July 25, 2024

And other +1 django-smart-selects :D

from django-suit.

banzayats avatar banzayats commented on July 25, 2024

+1 django-modeltranslation

from django-suit.

jowolf avatar jowolf commented on July 25, 2024
  • 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.

from django-suit.

SalahAdDin avatar SalahAdDin commented on July 25, 2024

+1 Wagtail 👍

from django-suit.

lucalenardi avatar lucalenardi commented on July 25, 2024

+1 FeinCMS
+1 django-rest-framework

from django-suit.

mrmachine avatar mrmachine commented on July 25, 2024

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

from django-suit.

liminspace avatar liminspace commented on July 25, 2024

+1 django-modeltranslation

from django-suit.

SalahAdDin avatar SalahAdDin commented on July 25, 2024

👍 django-model-translate

from django-suit.

caullla avatar caullla commented on July 25, 2024

django-model-translate +1

from django-suit.

EnTeQuAk avatar EnTeQuAk commented on July 25, 2024

django-parler / django-hvad :)

from django-suit.

gustavo-sdo avatar gustavo-sdo commented on July 25, 2024

+1 django-selectable o/

from django-suit.

abidibo avatar abidibo commented on July 25, 2024

+1 django-modeltranslation

from django-suit.

SalahAdDin avatar SalahAdDin commented on July 25, 2024

👍 django-modeltranslation.

from django-suit.

claudiofinizio avatar claudiofinizio commented on July 25, 2024

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

from django-suit.

cmivxx avatar cmivxx commented on July 25, 2024

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?

from django-suit.

jowolf avatar jowolf commented on July 25, 2024

Mezzanine http://mezzanine.jupo.org/

from django-suit.

typeshige avatar typeshige commented on July 25, 2024

+1 Feincms

from django-suit.

jiujitsu avatar jiujitsu commented on July 25, 2024

+1 django-daterange-filter

from django-suit.

madthew avatar madthew commented on July 25, 2024

+1 django-daterange-filter

from django-suit.

berinhard avatar berinhard commented on July 25, 2024

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

from django-suit.

baterson avatar baterson commented on July 25, 2024
  • 1 django-modeltranslation

from django-suit.

srTinto80 avatar srTinto80 commented on July 25, 2024

+1 django-modeltranslation

from django-suit.

pierreclaverkoko avatar pierreclaverkoko commented on July 25, 2024

Hello.
I would suggest to support :

Thanks.

from django-suit.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.