Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide example Django project #1

Open
aboutaaron opened this issue Mar 24, 2020 · 1 comment
Open

Provide example Django project #1

aboutaaron opened this issue Mar 24, 2020 · 1 comment

Comments

@aboutaaron
Copy link

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?

@vint21h
Copy link
Owner

vint21h commented Mar 27, 2020

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 :).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants