web_AI-5/django/didgeridoo/webshop
Andreas Zweili 3dc9aa33bb add a date field to the orders class
In order to be able to identify the correct customer order it's
necessary to have the date of the order available.
2017-12-21 23:05:10 +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 rename the settings model to setting 2017-11-26 21:23:18 +01:00
apps.py rename the django project 2017-11-12 21:35:59 +01:00
models.py add a date field to the orders class 2017-12-21 23:05:10 +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