An e-commerce extension for Wagtail CMS
 
 
 
 
 
 
Go to file
James Ramm 2f75da3334 Table of contents 2018-12-28 20:27:43 +01:00
.github Gitbook setup 2018-12-28 11:05:31 +01:00
docs Table of contents 2018-12-28 20:27:43 +01:00
longclaw Add explicit checks for existence of JS. Fixes #165 2018-12-28 15:52:37 +01:00
.coveragerc First commit 2017-02-03 10:04:57 +00:00
.editorconfig First commit 2017-02-03 10:04:57 +00:00
.gitbook.yaml Revert last change 2018-12-28 20:26:48 +01:00
.gitignore Add to basket template tag & docs (#82) 2017-08-25 08:33:47 +01:00
.landscape.yaml Longclaw 1.0 (#205) 2018-12-26 12:58:05 +01:00
.travis.yml Longclaw 1.0 (#205) 2018-12-26 12:58:05 +01:00
AUTHORS.rst Add to basket template tag & docs (#82) 2017-08-25 08:33:47 +01:00
CHANGELOG.rst Updates for gitbook docs 2018-12-28 15:56:28 +01:00
CONTRIBUTING.rst Longclaw 1.0 (#205) 2018-12-26 12:58:05 +01:00
LICENSE Longclaw 1.0 (#205) 2018-12-26 12:58:05 +01:00
MANIFEST.in First commit 2017-02-03 10:04:57 +00:00
Makefile First commit 2017-02-03 10:04:57 +00:00
README.md Update readme 2018-12-28 16:13:51 +01:00
codecov.yml Checkout view (#68) 2017-05-24 11:12:36 +01:00
manage.py Longclaw 1.0 (#205) 2018-12-26 12:58:05 +01:00
requirements.txt Longclaw 1.0 (#205) 2018-12-26 12:58:05 +01:00
requirements_dev.txt Update setuptools from 39.2.0 to 40.6.3 (#206) 2018-12-26 22:04:09 +01:00
runtests.py Longclaw 1.0 (#205) 2018-12-26 12:58:05 +01:00
setup.cfg Bump version: 0.2.0 → 0.2.1 2018-03-23 22:15:50 +01:00
setup.py Longclaw 1.0 (#205) 2018-12-26 12:58:05 +01:00
tox.ini Longclaw 1.0 (#205) 2018-12-26 12:58:05 +01:00

README.md

Longclaw

Pypi Version Codecov Status Build Status Code Health

An e-commerce extension for Wagtail CMS

Longclaw is currently undergoing a major rewrite to bring it up to date with wagtail/django 2 and pack in more features

Checkout the demo site and documentation

Image of the dashboard

Quickstart

Install Longclaw:

  $ pip install longclaw

Setup a Longclaw project

  $ longclaw start my_project

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