JamesRamm
80eaba36f2
Migrations for payment changes
2017-03-13 08:46:42 +00:00
JamesRamm
2340c0928b
Pre-paid order creation; #34
2017-03-13 08:10:17 +00:00
JamesRamm
6927eb6c78
Adds an api view for creating an order from a pre-captured payment
2017-03-12 21:19:07 +00:00
JamesRamm
b33e03dd36
Fixes #35
2017-03-12 18:05:00 +00:00
JamesRamm
3f2519e0fc
Fixes #32
2017-03-11 21:55:58 +00:00
JamesRamm
04b077eb87
Merge branch 'master' of https://github.com/JamesRamm/longclaw
2017-03-11 21:44:01 +00:00
JamesRamm
b59c5ec19b
Fixes #33
2017-03-11 21:43:20 +00:00
James Ramm
76ea241127
Update README.rst
...
Add link to docs
2017-03-09 09:50:38 +00:00
JamesRamm
9945d4bfb3
Fixes #26
2017-03-09 08:33:44 +00:00
JamesRamm
e86a5c3569
Merge branch 'master' of https://github.com/JamesRamm/longclaw
2017-03-07 20:56:17 +00:00
JamesRamm
7f29146f6b
Fixes #23
2017-03-07 20:55:59 +00:00
James Ramm
9dce7241ca
Update products.rst
...
Correct space
2017-03-06 07:37:14 +00:00
JamesRamm
0ef0f3528d
Add a country field for available shipping countries
2017-03-06 07:32:10 +00:00
JamesRamm
a03904104b
Longclaw CLI, fixes #23
2017-02-27 22:11:10 +00:00
JamesRamm
fbe383558c
Longclaw cli
2017-02-27 22:09:50 +00:00
JamesRamm
73d32872df
Fixes #24
2017-02-27 21:43:31 +00:00
James Ramm
f57550fd36
Update README.rst
...
Add another pic
2017-02-26 22:40:05 +00:00
James Ramm
5a4dccf0e3
Merge pull request #27 from JamesRamm/dashboard
...
Dashboard
2017-02-26 22:38:43 +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
0bac8154a2
Add a stats app
2017-02-23 08:22:15 +00:00
JamesRamm
0b5941526e
Correct api call
2017-02-22 21:49:20 +00:00
JamesRamm
77ea90ca7a
Comments
2017-02-22 18:43:55 +00:00
JamesRamm
fa8d2cd1a2
Merge branch 'master' of https://github.com/JamesRamm/longclaw
2017-02-22 17:01:24 +00:00
JamesRamm
e9949cdf60
Rename shipping label in model admin
2017-02-22 16:54:07 +00:00
James Ramm
07e634fdd7
Update README.rst
2017-02-22 16:50:18 +00:00
James Ramm
05212d2bd3
Update README.rst
...
Add a docs badge
2017-02-22 16:49:37 +00:00
JamesRamm
7ab465aaaf
Remove 'stock' field from template products
2017-02-22 16:44:17 +00:00
JamesRamm
ed17a8c97e
Remove 'stock' field from test models
2017-02-22 16:44:00 +00:00
JamesRamm
85742fb31a
Add info on payment dependency
2017-02-22 16:39:09 +00:00
James Ramm
97f1ae400b
Merge pull request #22 from JamesRamm/docs
...
Docs
2017-02-22 16:25:37 +00:00
JamesRamm
9fc8a13190
Update readme
2017-02-22 16:23:39 +00:00
JamesRamm
fc48ca2881
Some basic docs
2017-02-22 16:15:21 +00:00
JamesRamm
eb56078284
Add install requires & update to latest wagtail
2017-02-22 15:50:07 +00:00
JamesRamm
c93abf8193
Fix conflict
2017-02-22 15:22:17 +00:00
James Ramm
be25cf8d4e
Merge pull request #21 from JamesRamm/setup
...
@alexfromvl, @Johnstone-Tech
This merge introduces backwards incompatible changes, so if you have longclaw already setup, you will need to rebuild any database(s) from scratch I'm afraid.
This is necessary to bring longclaw to a point where you can setup a longclaw project in one command and successfully/easily model your own catalog.
I think this successfully addresses most of #20 and #17
2017-02-19 17:35:30 +00:00
JamesRamm
1a91fe7ecf
Add products for testing
2017-02-19 15:02:01 +00:00
JamesRamm
29adff45be
Add concrete variant model for tests
2017-02-19 14:53:20 +00:00
JamesRamm
e917fb6825
Try to add generic product variant
2017-02-19 14:25:40 +00:00
JamesRamm
5382190eca
Tidy up templates
2017-02-19 14:20:36 +00:00
JamesRamm
de6f522000
Migrations for product template and dependency on user defined product model
2017-02-19 14:12:22 +00:00
JamesRamm
230b6e5fc6
Project template now works, but problems setting custom model
2017-02-19 11:23:43 +00:00
JamesRamm
78dfe80f2a
Add productvariant model to template
2017-02-17 09:15:48 +00:00
JamesRamm
1c93a620eb
Provides a project template
2017-02-17 09:03:21 +00:00
JamesRamm
5e6eb2101d
Allow travis to install the project, working on #20
2017-02-15 15:57:21 +00:00
JamesRamm
481c3876f2
Merge branch 'master' of https://github.com/JamesRamm/longclaw
2017-02-15 15:35:08 +00:00
JamesRamm
cb68c1f04f
update requirements.txt
2017-02-15 15:35:03 +00:00
James Ramm
10de362508
Merge pull request #14 from alexfromvl/master
...
Add base template modeladmin orders
2017-02-13 08:20:09 +00:00
Alex
af76d8be0c
Update pip install -r requirements.txt
2017-02-13 17:05:51 +10:00
Alex
2e4aba2d9a
Merge pull request #4 from JamesRamm/master
...
Update fork
2017-02-13 14:47:28 +10:00