moellering
moellering
If you have 'django-shop' installed via pip should be found. You should have added 'shop' to your INSTALLED_APPS list in settings.py nevertheless (I'm not sure if its is required for...
Afaik this is a problem with a changed behavior in sqlite3 3.26.0 Django 2.1.5 should has a workaround for this included. ### Related Information: [Django Ticket 29182](https://code.djangoproject.com/ticket/29182) [Stack Overflow Question](https://stackoverflow.com/questions/53637182/django-no-such-table-main-auth-user-old)...
I cleared up the original report by adding some images. The problem is not that the fallback images is not used. The problem is that the fallback image is used...
Since the products from the fixtures are in the database, at least some of the fixtures must have been loaded. When I go into edit mode I can see that...
> you use django-cms = 3.7, which have no fixtures. - The Pipfile of release/1.1 includes a reference to `djangocms-cascade = ">=1.0"` This leads to the installation of djangocms-cascade==1.1.2 This...
I've just installed it again and tried to run release/1.1 on django-cms 3.6 to rule out a problem with django-cms 3.7. I used the following commands ``` mkvirtualenv cookiecutter-django-shop pip...
Ok thanks for the detailed information :) To try out your suggestion with django-cms==3.5 I just ran initialize_shop_demo on an environment with django-cms 3.5.0 installed. After that I installed 3.7....
But when i remove the .initialize file, no fixtures are imported. I'm not sure how this would help me get the fixtures installed on a
In [the changelog ](https://github.com/python-needle/needle/blob/master/CHANGES.md) for version 0.2 @jphalip states that he deprecated that feature (--with-needle-capture). However I would second that there are usecases where you only want specific baseline images...
Thank you for taking your time and thinking of ways to improve the scripts. And I like the possiblity of distinguishing between runs. However what you are currently implementing is...