You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Your app looks very promising but I couldn't get the admin to recognize the location of my management command. The install instructions are fairly clear but it'd be helpful to either include an example django project with the app installed and working or more robust debugging tools, e..g, should I set MCADMIN_MODULE_NAME to something else?
The text was updated successfully, but these errors were encountered:
Hi,
in addition, you need to create management command admin classes for each of your management commands and as described in https://github.com/vint21h/django-mcadmin#usage.
Also, the default URL of management commands admin interface is /admin/mcadmin/ relative of the root of your site.
An example project is a good idea, but I don't have a clue how to do it in an elegant way :).
Hi,
Your app looks very promising but I couldn't get the admin to recognize the location of my management command. The install instructions are fairly clear but it'd be helpful to either include an example django project with the app installed and working or more robust debugging tools, e..g, should I set
MCADMIN_MODULE_NAME
to something else?The text was updated successfully, but these errors were encountered: