wagtail-longclaw/docs/usage/index.rst

35 wiersze
1015 B
ReStructuredText

.. getting_started
Usage Guide
===========
Longclaw is an e-commerce solution for Python built using Wagtail CMS and Django.
It is currently in beta and can be installed using pip:
$ pip install git+git://github.com/JamesRamm/longclaw
Longclaw provides a template to setup a Longclaw/Wagtail project::
$ django-admin startproject --template /path/to/longclaw/project_template/ --ext py,js,css,html project_name
This will provide you with a minimal Wagtail & longclaw website.
Longclaw integrates tightly with Wagtail, so you should be familiar with developing Wagtail sites before continuing:
http://docs.wagtail.io/
In order to process real payments, you will need to install the client library for your chosen payment backend.
This will either be:
- Stripe; ``pip install stripe``
- Braintree (for braintree and paypal payments); ``pip install braintree``
Next, you will need to model your catalogue.
.. toctree::
:maxdepth: 2
products
basket
checkout
shipping
orders