omji / django-tabbed-admin

Easily add tabs to django admin forms
BSD 3-Clause "New" or "Revised" License
63 stars 68 forks source link

Added media extension ala: https://docs.djangoproject.com/en/2.0/topi… #25

Closed ogtony closed 6 years ago

ogtony commented 6 years ago

Fixes #23

coveralls commented 6 years ago

Coverage Status

Coverage increased (+0.08%) to 89.971% when pulling 8bac5bf138bdbcc624708412b38f253c3cf04855 on ogtony:master into bc495201374529613a475e83899785d6658f8ce3 on omji:master.

cyberbudy commented 6 years ago

Any progress on it?

ogtony commented 6 years ago

Are you asking me? I can tell you this branch works and I am using it in a beta Django 2.0 site just fine if you want to work off my commit until the maintainers come and look around.

dfalling commented 6 years ago

This works for me as well with Django 2.0.3. Can we get some eyes on this by the maintainers? I'd love to see this merged in.

ghost commented 6 years ago

I can't get it to work here. Am I doing it right ?

Pipfile :

[packages]
django-tabbed-admin = { git = 'https://github.com/omji/django-tabbed-admin.git', ref = '8bac5bf138bdbcc624708412b38f253c3cf04855' }

Then :

pipenv install --dev

In settings :

TABBED_ADMIN_USE_JQUERY_UI = True

Getting this error message in the JS console :

(index):1440 Uncaught TypeError: $(...).tabs is not a function
    at (index):1440
    at (index):1475
(anonymous) @ (index):1440
(anonymous) @ (index):1475

How can I resolve this ?

Thanks !

jox commented 6 years ago

Works well here with Django 2.0.6 and Grappelli 2.11.1. Thanks! Maintainers, please maintain! :-)

Gedzis commented 6 years ago

@omji can you merge this?

omji commented 6 years ago

Thanks a million guys! Sorry for the silence, but I have some insane workload nowadays. If anyone wants to take over some admin role on this project that would be awesome!

omji commented 6 years ago

I ll try to push a new version on Pypi today or tomorow! Thanks again!