layerindex-web/rrs
Paul Eggleton 2c8f979f9c Implement "delete account" function
Make it possible for users to delete their own account and all associated
information from the database, should they decide they no longer wish to
use it.

(I checked the implications of doing this on our model structure -
anything with a foreign key to user is safe to delete with the exception
of RRS MaintenancePlan.admin which I needed to change on_delete for so
that it doesn't get deleted with the user).

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2018-11-06 11:31:57 +13:00
..
migrations rrs: fix unique constraint on RecipeMaintainerHistory sha1 field 2018-05-04 23:57:53 +12:00
static Upgrade to Bootstrap 3 2018-09-20 15:57:59 +12:00
tools update: fix error on LAYERRECOMMENDS failure 2018-10-01 11:43:52 +13:00
__init__.py rrs: show full name in admin 2018-05-04 23:57:52 +12:00
admin.py rrs: admin: add in-line for Milestones to Releases 2018-09-06 11:08:43 +12:00
apps.py rrs: show full name in admin 2018-05-04 23:57:52 +12:00
context_processors.py rrs: Add application 2018-05-04 23:57:51 +12:00
models.py Implement "delete account" function 2018-11-06 11:31:57 +13:00
urls.py rrs/urls: Use new urlpatterns list syntax 2018-05-04 23:57:53 +12:00
views.py Replace nvd3 with Chart.js 2018-11-06 10:33:39 +13:00
wsgi.py rrs: Add wsgi file for serve with gunicorn 2018-05-04 23:57:52 +12:00