web_AI-5/django/didgeridoo/webshop
Andreas Zweili e57eafaf9e wrap the registration in a transaction
Sometimes when the creation of the person object fails the user get's
created anyway resulting in a user without a user profile.
By wrapping both the user and profile creation in a transaction the
user gets only created if the person profile worked as well.
2018-02-05 21:25:18 +01:00
..
fixtures falsche vorgehensweise um settings.py zurück zu bekommen 2018-01-14 14:07:53 +01:00
templates add amount to template 2018-02-04 20:18:49 +01:00
__init__.py rename the django project 2017-11-12 21:35:59 +01:00
admin.py Revert "broken models relationship in admin. please look at the erd.png" 2018-02-02 08:44:02 +01:00
apps.py rename the django project 2017-11-12 21:35:59 +01:00
forms.py add a max_length to the street number 2018-02-04 20:47:18 +01:00
models.py add onsolved problem for help 2018-02-04 18:58:21 +01:00
tests.py rename the django project 2017-11-12 21:35:59 +01:00
urls.py commit for andreas 2018-02-04 18:32:54 +01:00
views.py wrap the registration in a transaction 2018-02-05 21:25:18 +01:00