question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Contributing to django-admin-interface

See original GitHub issue

Hi @cdrx , I’m the developer of django-admin-interface: https://github.com/fabiocaccamo/django-admin-interface , I just discovered this package and I found the horizontal menu a very interesting feature.

Could you be interested to add this feature to django-admin-interface?

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

3reactions
cdrxcommented, Apr 6, 2020

Your project looks good.

It looks like you already have a solution for a horizontal menu; but incase its useful I’ve just pushed Django 3.0 support to this project

1reaction
fabiocaccamocommented, Apr 7, 2020

I received a PR that is a good start for the implementation of this feature, but it needs some work to make it looking nicely and responsive.

Read more comments on GitHub >

github_iconTop Results From Across the Web

The Django admin site
One of the most powerful parts of Django is the automatic admin interface. It reads metadata from your models to provide a quick,...
Read more >
Django Tutorial Part 4: Django admin site - MDN Web Docs
To login to the site, open the /admin URL (e.g. http://127.0.0.1:8000/admin ) and enter your new superuser userid and password credentials (you' ...
Read more >
fabiocaccamo/django-admin-interface - GitHub
django's default admin interface with superpowers - customizable themes, popup windows replaced by modals and many other features.
Read more >
Python | Django Admin Interface - GeeksforGeeks
Django provides a default admin interface which can be used to perform create, read, update and delete operations on the model directly.
Read more >
How To Enable and Connect the Django Admin Interface
In this tutorial, we will connect to and enable the Django admin site so that you can manage your blog website. The Django...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found