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
When creating a new package and answering "yes" to "Is this a Django package?", the template adds django_find_project = false to pyproject.toml which causes tests to fail.
To Reproduce
Create new package using the template
Answer "yes" when asked if it's a Django package
Run tests
Additional context
No response
Version
current
Platform
Fedora
Code of Conduct
I agree to follow this project's Code of Conduct.
No Duplicate
I have checked existing issues to avoid duplicates.
The text was updated successfully, but these errors were encountered:
Just tested again and not sure why I needed that in the first place. As far as I remember, it was failing with tox + poetry without it, but it seems like it's all good now 🤷🏻
Ok I got it. That's because there was no manage.py at the time. I tried to removedjango_find_project from one of my other projects and it failed, because unlike this template, the project had no manage.py in the root.
Describe the bug
When creating a new package and answering "yes" to "Is this a Django package?", the template adds
django_find_project = false
to pyproject.toml which causes tests to fail.To Reproduce
Additional context
No response
Version
current
Platform
Fedora
Code of Conduct
No Duplicate
The text was updated successfully, but these errors were encountered: