-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Dependency conflict on Django Version! #846
Comments
Adding a |
I have the same problem, I am waiting for a new update to correct this detail. |
|
there is another one: the pipfile that comes with cookiecutter installs django-treebeard 4.5.1 |
What happened before?
Before this, the
Django-shop
throughCookiecutter
was going to install correctly without any dependency conflict!What happens now?
But now, when we're going to install
django-shop
throughcookiecutter
get following error!Django-shop
requiresDjango<3.1
butDjangocms-cascade
needsDjango>=3.1
! Isn't it beautiful??!It's the problem!
The mentioned error follows:
Steps to reproduce
Just install
django-shop
throughcookiecutter
!(Something like this:cookiecutter https://github.com/awesto/cookiecutter-django-shop
)The text was updated successfully, but these errors were encountered: