• Giorgos Kazelidis's avatar
    - Wrapped the edit_user_profile(), recover_user_profile() and... · 0320cadc
    Giorgos Kazelidis authored
    - Wrapped the edit_user_profile(), recover_user_profile() and import_user_credentials() views in the atomic() decorator to run database modification queries within an atomic transaction
    - Utilized SELECT FOR UPDATE queries in the edit_user_profile() and recover_user_profile() views to lock database rows (model instances) intended for update during an atomic transaction
    - Added the "PROJECT OVERVIEW" and "LIST OF SUGGESTED TO-DO ACTIONS" parts to README.md
    - Added documentation links to the "ENVIRONMENT SPECIFICATIONS" part of README.md
    - Changed the names of the Django root and project directories from myprj to slub
    - Changed the name of helper.py module to helpers.py
    0320cadc
Name
Last commit
Last update
..
migrations Loading commit data...
static Loading commit data...
templates Loading commit data...
__init__.py Loading commit data...
admin.py Loading commit data...
apps.py Loading commit data...
auth.py Loading commit data...
backends.py Loading commit data...
decorators.py Loading commit data...
forms.py Loading commit data...
helpers.py Loading commit data...
middleware.py Loading commit data...
models.py Loading commit data...
populateDB.py Loading commit data...
tests.py Loading commit data...
urls.py Loading commit data...
validators.py Loading commit data...
views.py Loading commit data...