Andrew Ingram
5313fc2918
Refactored apps to use app_label.app, this is to stop __init__.py executing get_model calls before the installed apps get installed.
Basket app now uses Application object
14 years ago
Andrew Ingram
c25d160721
Slight tweaks to reviews and login/logout urls in layout
14 years ago
Andrew Ingram
343979d318
Added create view to address book
14 years ago
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
David Winterbottom
887d605757
Refactored folder structure to use an 'apps' folder
15 years ago
David Winterbottom
1eeb6aaf4f
Introduced the abstract_models.py set-up to several new applications
Completed the models for the order package too. Added admin files
15 years ago
David Winterbottom
af3ddaa046
Added payment models
15 years ago