Contributing to django-admin-interface
See original GitHub issueHi @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:
- Created 4 years ago
- Comments:5 (2 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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
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.