shuup-project-template icon indicating copy to clipboard operation
shuup-project-template copied to clipboard

Results 8 shuup-project-template issues
Sort by recently updated
recently updated
newest added

Got this error, when run: pip install -r requirements.txt ERROR: Could not find a version that satisfies the requirement shuup-stripe==0.8.6 (from versions: none) OS: CentOS 9, Python 3.12. Thanks, George

On running "python manage.py migrate" I got the following error message : ![error](https://user-images.githubusercontent.com/36386803/83130114-1abd0300-a0de-11ea-9336-36d1d37bc952.png)

manage.py migrate throws on mac os Mojave ``` OSError: cannot load library 'pango-1.0': dlopen(pango-1.0, 2): image not found. Additionally, ctypes.util.find_library() did not manage to locate a library called 'pango-1.0' ```...

Running `pip install -r requirements.txt` fails with: Collecting shuup-yaml==1.0.1b2 (from -r requirements.txt (line 73)) Exception: Traceback (most recent call last): File "/home/niels/Projects/dd24/shuup/.venv/lib/python3.6/site-packages/pip/basecommand.py", line 215, in main status = self.run(options, args)...

I am facing problem to setup shuup static files location in django.conf file in my aws ec2 instance for testing purpose. location /static/ { autoindex on; # could not understand...

On running `python manage.py migrate` I get the following error message `Operations to perform: Apply all migrations: admin, auth, campaigns, carousel, contenttypes, default_tax, discounts, easy_thumbnails, filer, registration, reversion, sessions, shuup,...

- paths modified to gain access to project admin panel - shuup and shuup-stripe versions update for prequ No Refs

When I run `python manage.py shuup_init`, I get the following error: ``` Creating shop... Traceback (most recent call last): File "/Users/yriahi/Development/shuup2/venv/lib/python3.7/site-packages/django/db/backends/utils.py", line 64, in execute return self.cursor.execute(sql, params) File "/Users/yriahi/Development/shuup2/venv/lib/python3.7/site-packages/django/db/backends/sqlite3/base.py",...