longclaw_demo icon indicating copy to clipboard operation
longclaw_demo copied to clipboard

Demo shop for Longclaw

Results 9 longclaw_demo issues
Sort by recently updated
recently updated
newest added

After made the project build the shop and put some items in the cart. But the cart is empty when i arrive in the cart page. Do I need another...

There seems to be all sorts of errors going on with some clashing versions. ``` Traceback (most recent call last): File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 574, in _build_master ws.require(__requires__) File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line...

Hello, I trying to run the demo in docker. But problem in the step `RUN python3 /src/manage.py loaddata /src/data/initial_data.json` Error: `django.db.utils.IntegrityError: Problem installing fixture '/src/data/initial_data.json': Could not load wagtailcore.Page(pk=3): UNIQUE...

Hello, I am trying to get the demo site up and running on Win10, python version `v3.5.2`. I have created a `venv` and cloned the project, installing the dependencies through...

Longclaw API support PUT to replace cart contents, so we could make the cart editable to show it off (related to https://github.com/JamesRamm/longclaw/issues/75)

When cloning the git repo I followed the procedure: > Clone this repository > > $ git clone https://github.com/JamesRamm/longclaw_demo.git > $ cd longlcaw_demo > Build the docker image > >...

bug

Would be good to have a 1 click deploy to heroku

Need to decide what to display on the homepage and come up with a layout. Any ideas welcome. - Products? - Info on longclaw? - Info on using the demo?...

When merged this will: - Update the codebase to support Wagtail 4.1 to 5.2 and Django 4.1 to 4.2 to keep it inline with the work here: https://github.com/longclawshop/longclaw/pull/489 - It's...