Janusz Harkot
95f83aa8f0
cleanup django 1.4 depreciation
13年前
David Winterbottom
55ccfa79fd
Added i18n tags to app.py modules, and some missing form labels
13年前
David Winterbottom
87fd5c64c5
Voucher dashboard now in place.
Features:
* Basic crud
* Stats view
13年前
David Winterbottom
27a676d844
Tidied up some minor issues with pull request
* Updated views to use context_object_name
* Removed unnec. imports
* Removed commented out code
13年前
Sebastian Vetter
731c586a47
added delete view for reviews
13年前
Sebastian Vetter
311dc02ff0
added bulk editing to review list page
13年前
Sebastian Vetter
42c3458f68
added review overview page to dashboard
13年前
David Winterbottom
2c98b4f8ec
Reworked order of dashboard navigation
13年前
David Winterbottom
aaf925709c
Added ability to specify dasboard nav item order
13年前
David Winterbottom
5bf851d8c1
Added dynamic dashboard nav.
Use the fns in app.dashboard.nav to edit
13年前
David Winterbottom
1b8117b4fe
Moved reporting app into dashboard
13年前
David Winterbottom
4996038bae
Added ability to customise decoration of view functions.
This uses a few new methods in oscar.core.application.Application which
enable custom decorators to be set for given view fns.
The main use case at the moment is to make it easy to ensure that
checkout is not available to non-logged-in users when
OSCAR_ALLOW_ANON_CHECKOUT is set to False.
13年前
David Winterbottom
209fb8cec5
Fixed bug in reporting app
14年前
David Winterbottom
b021f8fbc2
Removed reports and order management from default URLs
14年前
David Winterbottom
b2c8270e29
Converted final two apps over to new structure
14年前