Commit Graph

6 Commits

Author SHA1 Message Date
Oliver Walters 7bcea2f3ac Added REST framework
- /part/ URL is now a JSON api
2017-03-28 22:12:02 +11:00
Oliver Walters abe0bbf2e4 Simple supplier template 2017-03-27 22:05:35 +11:00
Oliver Walters b919418fb5 Added a categorylist page
Displays list of all top-level part categories
2017-03-26 10:45:38 +11:00
Oliver Walters 3f81046a26 Added links to child categories 2017-03-26 10:23:22 +11:00
Oliver Walters ddd927c436 Added views for part and part category
- Worked out simple linking
- Category path displaying correctly
- Category page lists parts in category
2017-03-26 10:06:00 +11:00
Oliver Walters bb4fc9820f Added PartCategory
- Parent can be null (top-level category)
- Parent can be other PartCategory
2017-03-25 23:07:43 +11:00