An e-commerce extension for Wagtail CMS
 
 
 
 
 
 
Go to file
James Ramm 3ffae36fd5
Update README.rst
2018-11-25 11:31:45 +01:00
.github simpler issue template and readme updated for 0.1 2017-04-10 17:07:16 +01:00
docs Product Requests (#95) 2017-10-10 19:49:56 +01:00
longclaw Fix #164 (#171) 2018-06-02 13:36:30 +02: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 Correct error in landscape config 2017-09-08 16:45:46 +02:00
.travis.yml Update .travis.yml 2018-03-23 23:08:55 +01:00
AUTHORS.rst Add to basket template tag & docs (#82) 2017-08-25 08:33:47 +01:00
CHANGELOG.rst Update changelog, remove external migration dependency 2017-09-17 14:29:22 +02:00
CONTRIBUTING.rst simpler issue template and readme updated for 0.1 2017-04-10 17:07:16 +01:00
LICENSE First commit 2017-02-03 10:04:57 +00: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 First commit 2017-02-03 10:04:57 +00:00
requirements.txt Update django-extensions from 2.0.6 to 2.0.7 (#160) 2018-05-21 09:22:22 +02:00
requirements_dev.txt Update wheel from 0.31.0 to 0.31.1 (#163) 2018-05-21 09:22:08 +02:00
requirements_test.txt Update coverage from 4.4.2 to 4.5.1 (#136) 2018-03-09 19:43:57 +01:00
runtests.py Checkout tests. #37 2017-03-29 17:28:43 +01:00
setup.cfg Bump version: 0.2.0 → 0.2.1 2018-03-23 22:15:50 +01:00
setup.py Fixes #96 and drops django 1.9 2018-03-23 22:08:34 +01:00
tox.ini Update tox.ini 2018-03-23 23:08:34 +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