web_AI-5/django/didgeridoo/webshop
Andreas Zweili 0ef5cdff80 extend the admin interface for the order class
In order to be able to correctly edit the an order we need the
information of the induvidual order positions. In addition a better
layout is required to better find the information.
2017-12-21 23:07:58 +01:00
..
migrations rename the django project 2017-11-12 21:35:59 +01:00
templates/webshop add a base.html file and refactor the other html files 2017-12-19 20:21:46 +01:00
__init__.py rename the django project 2017-11-12 21:35:59 +01:00
admin.py extend the admin interface for the order class 2017-12-21 23:07:58 +01:00
apps.py rename the django project 2017-11-12 21:35:59 +01:00
models.py add an intermediate class between order and article 2017-12-21 23:06:09 +01:00
tests.py rename the django project 2017-11-12 21:35:59 +01:00
urls.py add a view to show the details of an article 2017-12-17 10:37:04 +01:00
views.py refactor the views 2017-12-19 20:12:21 +01:00