You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Andrew Ingram 5507007c8e Similar to the ProductApplication, CustomerApplication ties all of the customer views and URLs into a single class which can be extended. We get some lovely URL namespacing for free. 14 years ago
..
address Fixed duplicate 'Dr' ref in address title choices 14 years ago
analytics Reworked import_module function to load classes into passed namespace 15 years ago
basket Replaced render with TemplateResponse, and stopped using locals() in templates 14 years ago
catalogue_import Renamed 'stock' app to 'partner' 15 years ago
checkout Replaced render with TemplateResponse, and stopped using locals() in templates 14 years ago
customer Similar to the ProductApplication, CustomerApplication ties all of the customer views and URLs into a single class which can be extended. We get some lovely URL namespacing for free. 14 years ago
discount Reworked use of import_module in several apps 15 years ago
image Added error handling for when an item exists in the DB but not on the filesystem 15 years ago
offer Renamed 'stock' app to 'partner' 15 years ago
order Merge branch 'datacash' 15 years ago
order_management Replaced render with TemplateResponse, and stopped using locals() in templates 14 years ago
partner Updated payment for datacash demo models 15 years ago
payment Added basket as FK for DC transaction - this can be important for audit 14 years ago
product Refactored product app to provide a ProductApplication which contains all the url patterns, this makes it possible to extend its functionality without requiring the import_modules trick. Using Django's existing get_model method where needed. 14 years ago
promotions Replaced render with TemplateResponse, and stopped using locals() in templates 14 years ago
reports Replaced render with TemplateResponse, and stopped using locals() in templates 14 years ago
search Replaced render with TemplateResponse, and stopped using locals() in templates 14 years ago
shipping Refactored folder structure to use an 'apps' folder 15 years ago
__init__.py Refactored folder structure to use an 'apps' folder 15 years ago