Skip to content
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

Incompatible with django-suit #12

Open
jayvdb opened this issue Apr 23, 2020 · 3 comments
Open

Incompatible with django-suit #12

jayvdb opened this issue Apr 23, 2020 · 3 comments

Comments

@jayvdb
Copy link
Contributor

jayvdb commented Apr 23, 2020

See darklow/django-suit#658 (comment)

@barseghyanartur
Copy link
Owner

I'm not familiar with django-suit (I only know it's a commercial product, advanced django admin theme).

Can you provide a fix?

@jayvdb
Copy link
Contributor Author

jayvdb commented May 4, 2020

I only did limited testing with it, but it is popular.

Btw, I have integrated admin-timeline into the admin menu with https://github.com/jsocol/django-adminplus - works quite well. In urls.py:

    if 'admin_timeline' in settings.INSTALLED_APPS:
        from admin_timeline.views import log as timeline
        admin.site.register_view('timeline/', 'Timeline',
                                 view=timeline)

@barseghyanartur
Copy link
Owner

I only did limited testing with it, but it is popular.

Btw, I have integrated admin-timeline into the admin menu with https://github.com/jsocol/django-adminplus - works quite well. In urls.py:

    if 'admin_timeline' in settings.INSTALLED_APPS:
        from admin_timeline.views import log as timeline
        admin.site.register_view('timeline/', 'Timeline',
                                 view=timeline)

Thanks. I'll mention it in docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants