web_AI-5/django/didgeridoo/webshop
Andreas Zweili 9ef8a4371e correct the datetimefield on the orders model
In Django it's better to use timezone.now instead of datetime.now()
this is because it has additional settings for timezones which this
way wouldn't get reflected in the attributes and lead to wrong
datetime values.
2018-01-04 12:30:01 +01:00
..
fixtures add fixtures with test data 2017-12-27 19:33:29 +01:00
migrations rename the django project 2017-11-12 21:35:59 +01:00
templates add a registration 2017-12-29 16:46:21 +01:00
__init__.py rename the django project 2017-11-12 21:35:59 +01:00
admin.py make imports more explicit 2017-12-28 16:40:04 +01:00
apps.py rename the django project 2017-11-12 21:35:59 +01:00
forms.py add a registration 2017-12-29 16:46:21 +01:00
models.py correct the datetimefield on the orders model 2018-01-04 12:30:01 +01:00
tests.py rename the django project 2017-11-12 21:35:59 +01:00
urls.py add a registration 2017-12-29 16:46:21 +01:00
views.py add a registration 2017-12-29 16:46:21 +01:00