Archived
This project has been archived by its maintainers, and is no longer receiving any updates.
this plugable django application that offer one single Mixin ExtraUrlMixin to easily add new url (and related buttons on the screen) to any ModelAdmin.
Example:
class MyModelModelAdmin(ExtraUrlMixin, admin.ModelAdmin):
@link() # /admin/myapp/mymodel/update_all/
def update_all(self, request):
...
...
@action() # /admin/myapp/mymodel/update/10/
def update(self, request):
...
...
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file admin-extra-urls-0.1.dev20141008144353.tar.gz.
File metadata
- Download URL: admin-extra-urls-0.1.dev20141008144353.tar.gz
- Upload date:
- Size: 7.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4a66d399cf58f981d3f90a5aed64d81ef71af42be42807df772ee1579ee3e43f
|
|
| MD5 |
b140e5107c7226a2534c3455b9d0506d
|
|
| BLAKE2b-256 |
4527b42e96e41e268fcb2f29e8b11df23a0d54dbed79ca26bf3b7b7348832d87
|