Wykres commitów

343 Commity (12c50e6d55c5d1ab8de49a70fbf506e198ceda14)

Autor SHA1 Wiadomość Data
JamesRamm 12c50e6d55 Force inclusion of JSON files 2019-03-28 21:11:54 +01:00
JamesRamm 4c59050350 Bump version: 1.0.0 → 1.0.1 2019-03-28 20:13:58 +01:00
JamesRamm 0d753f60dd Merge branch 'master' of https://github.com/JamesRamm/longclaw 2019-03-28 20:00:52 +01:00
pyup.io bot 7f2c0cc319 Update django-extensions from 2.1.4 to 2.1.5 (#216) 2019-02-13 07:29:02 +01:00
pyup.io bot 79f7330b42 Update setuptools from 40.6.3 to 40.8.0 (#220) 2019-02-13 07:28:51 +01:00
pyup.io bot 4b9477af4c Update wheel from 0.32.3 to 0.33.0 (#223) 2019-02-13 07:27:54 +01:00
JamesRamm 5b3ea482f2 Use twin for distribution 2019-02-03 10:53:53 +01:00
JamesRamm b9751c3715 Merge branch 'master' of https://github.com/JamesRamm/longclaw 2019-02-03 10:46:12 +01:00
JamesRamm d4fe830e69 README update 2019-02-03 10:45:52 +01:00
pyup.io bot a52b91192a Update djangorestframework from 3.9.0 to 3.9.1 (#211) 2019-01-18 07:16:01 +01:00
JamesRamm b4f552860d Documentation updates 2019-01-16 07:35:27 +01:00
James Ramm 9188b3e10c
Fixes #210
Bump the version
2019-01-08 20:32:38 +01:00
JamesRamm 6c3abc47b7 update readme 2019-01-06 22:38:38 +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 eb4215cc53 Correct name of template in project setup 2019-01-06 12:13:03 +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 68456b983a Update config fo gh-pages 2018-12-31 16:18:01 +01:00
JamesRamm 3741dc5234 Update documentation 2018-12-31 16:09:12 +01:00
JamesRamm f71948b9cd Update landscape to only be py 2 2018-12-31 14:04:32 +01:00
JamesRamm e77be03f43 Merge branch 'master' of https://github.com/JamesRamm/longclaw 2018-12-29 22:36:15 +01:00
JamesRamm 5469c0496a tutorial install guide updated 2018-12-29 22:35:40 +01:00
James Ramm af89d584f0
Update image links 2018-12-29 19:06:05 +01:00
James Ramm b7ab85229c
Update README.md 2018-12-29 19:04:33 +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 86d0610507 Revert last change 2018-12-28 20:26:48 +01:00
James Ramm f44a8c5f58 Check adding root in gitbook yml 2018-12-28 20:25:51 +01:00
James Ramm 09078eb8bf Gitbook updates 2018-12-28 20:24:19 +01:00
James Ramm 526d9cf3fb Update readme 2018-12-28 16:13:51 +01:00
James Ramm c308a746bd Updates for gitbook docs 2018-12-28 15:56:28 +01:00
James Ramm 356833b484 Add explicit checks for existence of JS. Fixes #165 2018-12-28 15:52:37 +01:00
James Ramm b744861492 Update yaml config 2018-12-28 11:09:01 +01:00
James Ramm fdacf23803 Gitbook setup 2018-12-28 11:05:31 +01:00
jamesramm 52ee54d9e6
GitBook: [master] 8 pages modified 2018-12-28 09:46:53 +00:00
James Ramm a855dd6bea Merge branch 'master' of https://github.com/JamesRamm/longclaw 2018-12-28 09:56:17 +01:00
James Ramm 4a33b63d4c Fixes #130 2018-12-28 09:55:57 +01:00
pyup.io bot e7c1342942 Update setuptools from 39.2.0 to 40.6.3 (#206) 2018-12-26 22:04:09 +01:00
pyup.io bot 66aea31569 Update wheel from 0.31.1 to 0.32.3 (#207) 2018-12-26 22:02:48 +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 3ffae36fd5
Update README.rst 2018-11-25 11:31:45 +01:00
James Ramm 6f7a92c9b3
Update README.rst 2018-11-25 11:31:32 +01:00
James Ramm 2f5259edd0
Update README.rst 2018-11-25 11:30:51 +01:00
Samuel Murillo a3493a6293 Fix #164 (#171) 2018-06-02 13:36:30 +02:00
Sidney F. Guaro 5db44a30c3 [FIX] RE: quantity in api.BasketViewSet.destroy gets unicode instead of int (#170)
* [FIX] quantity in api.BasketViewSet.destroy gets unicode instead of int

* from rest_framework.decorators import detail_route, list_route
from rest_framework import permissions, status, viewsets
from rest_framework.response import Response
from longclaw.longclawbasket.models import BasketItem
from longclaw.longclawbasket.serializers import BasketItemSerializer
from longclaw.longclawbasket import utils
from longclaw.utils import ProductVariant

class BasketViewSet(viewsets.ModelViewSet):

* [FIX] RE: quantity in api.BasketViewSet.destroy gets unicode instead of int
2018-05-30 18:59:31 +02:00
Sidney F. Guaro ee5ae8ebe8 [FIX] quantity in api.BasketViewSet.destroy gets unicode instead of int (#168) 2018-05-22 21:19:59 +02:00