davebridges / expression-data-server

This is a django/python based web server for display of gene expression data, obtained from RNAseq or microarray experiments.
BSD 2-Clause "Simplified" License
0 stars 1 forks source link

Add Researcher objects to Admin Interface #3

Closed davebridges closed 12 years ago

davebridges commented 12 years ago

Hook the Researcher objects into the User objects in the Admin

See https://docs.djangoproject.com/en/dev/topics/auth/#adding-userprofile-fields-to-the-admin

davebridges commented 12 years ago

This is the last part of issue #6