django-admin-shell
django-admin-shell copied to clipboard
Django/Python shell for django admin site.
I think there should be html.unescape(code) before run_code(code)
### Issue [Closes: Allow users to save most used snippets](https://github.com/djk2/django-admin-shell/issues/11) ### Changes - Added a modal to save code snippets - Added a dropdown to select saved snippets - Double...
### Requirement - Create a new table to save most use code snippets in - Add a dropdown to select snippets from table and fill the code ### Schema SavedSnippet...
Adds a user defined callback option which can be defined in settings. This function will be called after every execution. It helps with audit, e.g. saving all users executions into...
- Drop support for Python 3.7 and 3.8 - Drop support for Django < 4.2 - Add support for Python 3.9, 3.11, 3.12 and 3.13 - Add support for Django...