An e-commerce extension for Wagtail CMS
 
 
 
 
 
 
Go to file
Michael Borisov a041d3d505 Update readme (#212)
* Update readme

* Update README.md

Co-Authored-By: James Ramm <JamesRamm@users.noreply.github.com>

* Merge two commands
2019-11-30 10:42:41 +01:00
.github
docs
longclaw Jinja2 Tag Support (#268) 2019-11-30 10:42:07 +01:00
vagrant Issue 219 calculated rates base class (#230) 2019-11-06 13:46:07 +01:00
website Bump mixin-deep from 1.3.1 to 1.3.2 in /website (#273) 2019-11-30 10:41:32 +01:00
.coveragerc
.dockerignore
.editorconfig
.gitignore
.landscape.yaml
.travis.yml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
Dockerfile
Dockerfile.dev Add dockerfile for development 2019-10-06 16:41:15 +02:00
LICENSE
MANIFEST.in
Makefile
README.md Update readme (#212) 2019-11-30 10:42:41 +01:00
codecov.yml
docker-compose.yml
manage.py
requirements.txt Fix deps 2019-10-06 16:41:03 +02:00
requirements_dev.txt Update setuptools from 41.4.0 to 42.0.1 (#277) 2019-11-30 10:42:20 +01:00
runtests.py
setup.cfg
setup.py Issue 219 calculated rates base class (#230) 2019-11-06 13:46:07 +01:00
tox.ini

README.md

Longclaw

Pypi Version Codecov Status Build Status Code Health

An e-commerce extension for Wagtail CMS

Checkout the documentation

Image of the dashboard

Quickstart

Install Longclaw:

  $ pip install longclaw

Setup a Longclaw project

  $ longclaw start my_project

Go to project directory and create missing migrations

  $ python manage.py makemigrations home catalog

Do migrations for whole project and run

  $ python manage.py migrate
  $ python manage.py loadcountries
  $ python manage.py createsuperuser
  $ python manage.py runserver

Features

  • Tightly integrated with Wagtail. Create products, manage orders, configure shipping and view statistics all from the Wagtail admin.
  • Multiple payment backends. Longclaw currently supports Stripe, Braintree and PayPal (v.zero) payments.
  • Comprehensive REST API & javascript client easily loaded via a template tag
  • Create your catalogue as Wagtail pages, with complete control over your product fields
  • Easy setup. Just run longclaw start my_project to get going
  • Simple to use, simple to change. Write your frontend as you would any other wagtail website. No complicated overriding, forking etc in order to customise behaviour.

Screenshots

Order Detail

Support

Please raise bugs/feature requests using the github issue tracker and ask questions on stackoverflow. For further support contact ramshacklerecording@gmail.com

If you use Longclaw, please consider supporting the developer: Buy Me A Coffee