Forked from https://github.com/mirumee/saleor and modified as needed
Original readme file from fork available at [[README-upstream.md]]
Deployed at https://bazaar.akikieng.com
Also deployed at a mirror snapshot. It is static though, yet still useful if the live site is not online. Check https://bitbucket.org/akikieng/bazaar.akikieng.com-snapshot-anonymous for more details
-
follow installation instructions in [[README-upstream.md]]
-
cp manage.sh.dist manage.sh
and modify as needed -
replace all usage of
./manage.py ...
with./manage.sh ...
Check [[CHANGELOG.md]]
One of the things that I changed in saleor in this fork is that only a registered and logged in staff user can register another staff user.
The initial one can be created with django's createsuperuser
command.
The rest can be done via the register
link at the top of the
storefront (near log out
)
Moved to saleor from django-oscar after oscar's open issues
- Price won't update when selecting variants. #2139
- Better variant product support #675
- opened in 2013, and still open in 2018
- ace-han comment on Jun 19 pointed me in saleor's direction
- sign of a bit of technical debt?
Fork was from master branch around commit ae91ff4 (i.e. after tag v2018.08
)