django-modeladmin-reorder
django-modeladmin-reorder copied to clipboard
Custom ordering for the apps and models in the admin app.
I am trying to install this package using the following command: pip3 install django-modeladmin-reorder. I have encountered the following error: Collecting django-modeladmin-reorder Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection...
@mishbahr Thank you for putting up this gem of Django extension. It is a lifesaver when you got a project with 50+ models to administer. A minor improvement could be...
https://github.com/mishbahr/django-modeladmin-reorder/blob/38283ae7898829b5e414a9f6fd1fc8e53edd9376/admin_reorder/middleware.py#L149 If I have a view called "index", this middleware will intercept it, and if the request isn't authenticated, will crash the route.
Sometimes we do insane things with the admin, which require custom admin site. This PR includes a simple fix that enables developer to specify which admin site should be used...
Is it possible to further customize the template manually? Is it just a case of copying the main template from the repo into one's own /templates/admin and going from there?
Please forgive me, if I was blind. I could not find docs for this use case: > Split large apps into smaller groups of models.
Most people use pip these days. "easy_install" in docs look dated See https://django-modeladmin-reorder.readthedocs.io/en/latest/installation.html
I removed some Django/Python versions from the Travis CI config because they're not actually compatible with the library. See commit description of https://github.com/mishbahr/django-modeladmin-reorder/pull/35/commits/d91424c07c956211130cf7fde7fd25862b5489f0.
I can't see anything in the documentation, or a badge which would indicate the intended supported versions of either Python or Django. According to the `tox.ini` and `.travis.yml` and the...
I tried to customize a label in spanish bu couldn't. I got this error: ` SyntaxError: Non-ASCII character '\xc3' in file /Users/username/myproject/settings.py on line xxx, but no encoding declared; see...