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

template Django - cannot create plugin with name... #566

Open
matthieumarrast opened this issue Jan 2, 2023 · 1 comment
Open

template Django - cannot create plugin with name... #566

matthieumarrast opened this issue Jan 2, 2023 · 1 comment
Assignees

Comments

@matthieumarrast
Copy link
Contributor

The postinstall script (command django "startproject") ends with error if the plugin name is also the name of a python module.

Running post-installation plugin tasks
===== BASH STDERR ========================
CommandError: 'django' conflicts with the name of an existing Python module and cannot be used as a project name. Please try another name.
make: *** [/opt/metwork-mfext-master/share/plugin.mk:83: develop] Error 2
@matthieumarrast matthieumarrast self-assigned this Jan 2, 2023
@matthieumarrast
Copy link
Contributor Author

avoid creating a plugin (any plugin type?) with a python possible import - how to get list of all possible imports ?

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