Wykres commitów

52 Commity (79f7330b42492a754f43e8797a2752931846502d)

Autor SHA1 Wiadomość Data
JamesRamm b4f552860d Documentation updates 2019-01-16 07:35:27 +01:00
JamesRamm 3ae511eec9 Update docs on creating frontend 2019-01-06 22:30:24 +01:00
JamesRamm 7f9648546d Product index with price 2019-01-06 19:12:45 +01:00
JamesRamm cd64f01ba7 Improve project template HTML starters 2019-01-06 15:37:28 +01:00
JamesRamm b0238018ad Update project template to show images 2019-01-05 22:45:56 +01:00
JamesRamm ae73f306e8 Update product admin tutorial 2019-01-05 22:20:37 +01:00
JamesRamm b0db4495c2 Update tutorial - adding products 2019-01-05 18:29:04 +01:00
JamesRamm f949d526ce Update installation tutorial 2019-01-05 17:23:36 +01:00
JamesRamm 3741dc5234 Update documentation 2018-12-31 16:09:12 +01:00
JamesRamm 5469c0496a tutorial install guide updated 2018-12-29 22:35:40 +01:00
James Ramm 4a5c11a1f8 Initial setup of docusaurus 2018-12-29 19:01:02 +01:00
James Ramm 2f75da3334 Table of contents 2018-12-28 20:27:43 +01:00
James Ramm 09078eb8bf Gitbook updates 2018-12-28 20:24:19 +01:00
James Ramm c308a746bd Updates for gitbook docs 2018-12-28 15:56:28 +01:00
James Ramm fdacf23803 Gitbook setup 2018-12-28 11:05:31 +01:00
James Ramm 8ff51b9274
Longclaw 1.0 (#205)
* Compatibility with Wagtail 2 and Django 2
* Fixes #154 

Wagtail 2 compatibility:

* Fixes references to Wagtail packages which use the `wagtail.wagtail*` naming scheme. Wagtail 2 removes the redundancy.
* Wraps imports in `try`/`except` blocks to maintain compatibility with Wagtail 1.

Django 2 comaptibility:

Included because Wagtail 2 adds support for Django 2.

* Adds `on_delete` to all `ForeignKey` model fields, which is now required by Django 2.

* Updates for wagtail 2

* rename modules

* Longclaw v2: Rename and new migrations

* Longclaw 2: Reduce fails to 2 errors

* Longclaw v2: All tests passing

* Update travisconf

* Travis: Enable py37

* Update project template for v2

* longclawv2: update project template

* Fix migrations for longclaw 2

* Corrections in project template for longclaw1.0

* Correct location of templates and update docs

* Automatically load shipping countries

* Add loadcountries command

* Add info on loading country data
2018-12-26 12:58:05 +01:00
James Ramm 048e716db1 Product Requests (#95)
* Fixes #49
2017-10-10 19:49:56 +01:00
James Ramm fd6cd2eab6 Reworking of Products (#86)
* Fixes #76 and fixes #47 by removing concrete product models from longclaw. Abstract classes are provided as a starting point and concrete models moved to the project template

* Products fully customisable (and therefore product index). Work on #76

* Removes concrete product models from longclaw, allowing customisation. For #76 and #47

* Product base testing

* Reorder imports for tests

* Drop py3.3

* Add back admin.py

* Update page panels

* Add tests to products
2017-09-17 14:01:12 +02:00
JamesRamm 649766f9f8 Correct error in documentation 2017-09-07 20:15:51 +02:00
James Ramm bcec8915c1 Add to basket template tag & docs (#82)
* fixes #61

* Update travis

* Update changelog for 0.2

* Add alex as contributor

* Docs update

* tests in longclawcore package

* Remove eggs dir

* update ignores

* Add last entry to changelog

* fixes #79
2017-08-25 08:33:47 +01:00
JamesRamm dde0648b1e Fixes #70 2017-05-26 17:20:18 +01:00
James Ramm 3de6f48124 Checkout view (#68)
Fixes #50, #59, #60, #65
2017-05-24 11:12:36 +01:00
James Ramm c58c7f303e Fixes #51 (#66)
* Fixes #51

* Add immutable to the dependencies

* Makes it possible to load the client in a template tage

* Add longclawcore app

* Add short readme

* ADd longclawtags and docs
2017-05-16 17:34:29 +02:00
JamesRamm b38aac7654 Merge branch 'master' into 0_1_docs 2017-04-13 07:47:13 +01:00
JamesRamm 062851ea99 Correct documentation and urls for basket api 2017-04-12 18:10:29 +01:00
JamesRamm 98b7e12916 Install instructions for v0.1 2017-04-10 16:58:08 +01:00
JamesRamm 2fa43459a8 Add pages to contents 2017-04-09 10:20:18 +01:00
JamesRamm 08d45fa14b Fixes #29 2017-04-07 20:32:05 +01:00
JamesRamm 619023c29d Payment backend docs. Fixes #31 and #29 2017-04-07 20:28:56 +01:00
JamesRamm 1910f4ad4b Short basket walkthrough, fixes #45 2017-04-06 22:49:58 +01:00
JamesRamm aa2c16f522 #41 checkout process 2017-04-05 22:35:39 +01:00
JamesRamm b05255f0e9 Correct formatting 2017-04-05 14:48:49 +01:00
JamesRamm 60443a987a Working on #41 2017-04-05 14:32:22 +01:00
JamesRamm c6becc8106 More work on #41 2017-03-31 09:20:39 +01:00
JamesRamm 953ee0f550 Adding products to basket html snippet 2017-03-30 21:52:59 +01:00
JamesRamm f655b63818 Writing product template walkthrough. #41 2017-03-30 21:39:50 +01:00
JamesRamm a214b5e7fa Customising products walkthrough. #41 2017-03-30 21:17:02 +01:00
JamesRamm ba3d91f7a2 Docs: Adding product index. #41 2017-03-30 20:24:37 +01:00
JamesRamm a2a7a98ea7 Working on #41 2017-03-27 08:29:35 +01:00
JamesRamm fffa7159e4 Crop images 2017-03-24 10:16:15 +00:00
JamesRamm fbb72ce07c Documentation updates 2017-03-24 10:07:16 +00:00
JamesRamm 17417a2867 Further documentation 2017-03-24 08:50:25 +00:00
JamesRamm 8934354308 Fixes #30 2017-03-23 23:02:09 +00:00
JamesRamm 1a1be42e19 Work on #31 2017-03-14 08:58:01 +00:00
JamesRamm b33e03dd36 Fixes #35 2017-03-12 18:05:00 +00:00
James Ramm 9dce7241ca Update products.rst
Correct space
2017-03-06 07:37:14 +00:00
JamesRamm bf643d5606 Fixes #19 2017-02-26 22:37:44 +00:00
JamesRamm 8fb63a71cb Update readme 2017-02-26 13:56:13 +00:00
JamesRamm 85742fb31a Add info on payment dependency 2017-02-22 16:39:09 +00:00
JamesRamm fc48ca2881 Some basic docs 2017-02-22 16:15:21 +00:00