django-admin-cli icon indicating copy to clipboard operation
django-admin-cli copied to clipboard

Manage you models in command line environment

Results 4 django-admin-cli issues
Sort by recently updated
recently updated
newest added

I get the below error ``` admin_cli/management/commands/cli.py", line 130, in _get_field_name elif field in modeladmin.model._meta.get_all_field_names(): AttributeError: 'Options' object has no attribute 'get_all_field_names' ```

In my venv packages, I get the following error. Looks like I have to install the packages. ``` my_dj_cookie-venv/lib/python3.9/site-packages/admin_cli/management/commands/cli.py", line 14, in from django.utils import six ImportError: cannot import name...

Display related element before ask for deletion

Propose to delete file after Delete operation, Use MediaStorage system for this.