An e-commerce extension for Wagtail CMS
 
 
 
 
 
 
Go to file
Alex 963cdb8809 Update requrements.txt (#77)
Updated the file to install the latest version of Django. Testing Django 1.11.4 and Wagtail 1.11.1 was successful.
2017-08-09 10:28:05 +01:00
.github simpler issue template and readme updated for 0.1 2017-04-10 17:07:16 +01:00
docs Fixes #70 2017-05-26 17:20:18 +01:00
longclaw Update requrements.txt (#77) 2017-08-09 10:28: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 ignore coverage.xml and move xml generation to tox ini 2017-05-26 21:52:46 +01:00
.travis.yml ignore coverage.xml and move xml generation to tox ini 2017-05-26 21:52:46 +01:00
AUTHORS.rst First commit 2017-02-03 10:04:57 +00:00
CHANGELOG.rst Bump versions for next release 2017-04-28 12:07:18 +01: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 2017-05-30 12:07:59 +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 Checkout view (#68) 2017-05-24 11:12:36 +01:00
requirements_dev.txt Call npm from client dir 2017-02-10 18:43:22 +00:00
requirements_test.txt Checkout tests. #37 2017-03-29 17:28:43 +01:00
runtests.py Checkout tests. #37 2017-03-29 17:28:43 +01:00
setup.cfg Bump versions for next release 2017-04-28 12:07:18 +01:00
setup.py Fix braintree integration 2017-08-08 15:25:07 +01:00
tox.ini Remove payment backends from test coverage as they require integration tests 2017-06-01 16:16:58 +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://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>`_
Checkout the `demo site <https://github.com/JamesRamm/longclaw_demo>`_ and `documentation <http://longclaw.readthedocs.io/en/latest/>`_

  .. figure:: docs/_static/images/dashboard.png
     
     Longclaw dashboard

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

  $ pip install longclaw
    
Setup a Wagtail+Longclaw project::

  $ longclaw start my_project

Features
--------

View and fulfill orders from the Wagtail admin
+++++++++++++++++++++++++++++++++++++++++++++++

  .. figure:: docs/_static/images/order_list.png
     
     The orders list can be sorted and filtered by status, date or customer

  .. figure:: docs/_static/images/order_detail.png

Variable Shipping Rates
+++++++++++++++++++++++

Manage your shipping destinations and rates from the Wagtail admin.

Pluggable basket and checkout API
++++++++++++++++++++++++++++++++++

Longclaw provides a simple RESTful API for retrieving/updating the shopping basket and for performing a checkout.
Longclaw currently supports Stripe, Braintree and PayPal (v.zero) payments.

Easy project startup and catalogue modelling
++++++++++++++++++++++++++++++++++++++++++++

Longclaw provides a project template to easily setup your Wagtail + Longclaw project. This sets up a basic ``ProductVariant`` model
so you can get started adding your product-specific fields straight away.

Test Coverage
--------------

.. image:: https://codecov.io/gh/JamesRamm/longclaw/branch/master/graphs/tree.svg

    
Support
--------

Please raise bugs/feature requests using the github issue tracker and ask questions on stackoverflow.