ay0000

Results 18 comments of ay0000

Try this: https://github.com/awesto/cookiecutter-django-shop/issues/41#issuecomment-780184052

> > > #41 (comment) it works fine to be able to unload the cookiecutter but when executing "pipenv install --sequential" the dependency problem continues Try to run `pip install...

I'm having the same issue. If you just want to build/run the local demo you can use `pipenv install --sequential --skip-lock` It should still install the dependencies but you're pretty...

It's definitely not a good solution and doesn't work properly for docker setups. If you have a list of all of the requirements then you could modify the Cookiecutter to...

I think I have a workaround now to get the runserver Docker going. In the folder where your Cookiecutter is being downloaded (~/.cookiecutters for me) look for the cookiecutter-django-shop/hooks directory....

It seems from the other threads that they're at least aware of it. I'm sure they're trying their damndest to figure it out.

> so after Django's ecosystem evolved, things started to break. As is tradition.

> Thank you very much I can bypass it now No worries. Make sure that you the list to include 'django-treebeard==4.4' as the latest version causes issues. see here: https://github.com/awesto/cookiecutter-django-shop/issues/44#issuecomment-781860979...