DRF-admin icon indicating copy to clipboard operation
DRF-admin copied to clipboard

A package to generate CRUD endpoints for registered models with the Django-REST Framework.

Results 1 DRF-admin issues
Sort by recently updated
recently updated
newest added

**Description** Encountering a ModuleNotFoundError while attempting to import the 'restadmin' module in my Python project. **Error** ` ModuleNotFoundError: No module named 'restadmin' ` **Steps Taken** 1. Verified installation using pip...