An e-commerce extension for Wagtail CMS
 
 
 
 
 
 
Go to file
pyup.io bot e7c1342942 Update setuptools from 39.2.0 to 40.6.3 (#206) 2018-12-26 22:04:09 +01:00
.github simpler issue template and readme updated for 0.1 2017-04-10 17:07:16 +01:00
docs Longclaw 1.0 (#205) 2018-12-26 12:58:05 +01:00
longclaw Longclaw 1.0 (#205) 2018-12-26 12:58:05 +01:00
.coveragerc First commit 2017-02-03 10:04:57 +00:00
.editorconfig First commit 2017-02-03 10:04:57 +00: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 Longclaw 1.0 (#205) 2018-12-26 12:58:05 +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.rst Update README.rst 2018-11-25 11:31:45 +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.rst

===============
Longclaw
===============

.. image:: https://badge.fury.io/py/longclaw.svg
    :target: https://badge.fury.io/py/longclaw

.. image:: https://codecov.io/gh/JamesRamm/longclaw/branch/master/graph/badge.svg
  :target: https://codecov.io/gh/JamesRamm/longclaw

.. image:: https://travis-ci.org/JamesRamm/longclaw.svg?branch=master
    :target: https://travis-ci.org/JamesRamm/longclaw

.. image:: https://landscape.io/github/JamesRamm/longclaw/master/landscape.svg?style=flat
   :target: https://landscape.io/github/JamesRamm/longclaw/master
   :alt: Code Health

.. image:: https://readthedocs.org/projects/longclaw/badge/?version=latest
    :target: http://longclaw.readthedocs.io/en/latest/?badge=latest
    :alt: Documentation Status

An e-commerce extension for `Wagtail CMS <https://github.com/wagtail/wagtail>`_

``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 <https://github.com/JamesRamm/longclaw_demo>`_ and `documentation <http://longclaw.readthedocs.io/en/latest/>`_

.. image:: docs/_static/images/dashboard.png
    :alt: Longclaw dashboard

Quickstart
----------
Install Longclaw::

  $ pip install longclaw

Setup a Wagtail+Longclaw project::

  $ longclaw start my_project

Features
--------
- Integrated with Wagtail. Order management, shipping rates, product pages etc are all managed from the Wagtail admin, allowing you to fully leaverage the power of Wagtail.
- 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
***********
.. image:: docs/_static/images/order_detail.png


Support
--------

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