Added user profile facility
Showing
- gracedb/alert.py 48 additions, 5 deletionsgracedb/alert.py
- gracedb/templatetags/flash.py 139 additions, 0 deletionsgracedb/templatetags/flash.py
- gracedb/views.py 9 additions, 3 deletionsgracedb/views.py
- settings.py 2 additions, 0 deletionssettings.py
- settings_dev.py 2 additions, 0 deletionssettings_dev.py
- static/css/admin-nav.css 2 additions, 0 deletionsstatic/css/admin-nav.css
- static/css/style.css 2 additions, 0 deletionsstatic/css/style.css
- templates/base.html 7 additions, 0 deletionstemplates/base.html
- templates/profile/createNotification.html 15 additions, 0 deletionstemplates/profile/createNotification.html
- templates/profile/notifications.html 34 additions, 0 deletionstemplates/profile/notifications.html
- urls.py 1 addition, 0 deletionsurls.py
- userprofile/__init__.py 0 additions, 0 deletionsuserprofile/__init__.py
- userprofile/admin.py 21 additions, 0 deletionsuserprofile/admin.py
- userprofile/forms.py 17 additions, 0 deletionsuserprofile/forms.py
- userprofile/models.py 61 additions, 0 deletionsuserprofile/models.py
- userprofile/tests.py 23 additions, 0 deletionsuserprofile/tests.py
- userprofile/urls.py 22 additions, 0 deletionsuserprofile/urls.py
- userprofile/views.py 116 additions, 0 deletionsuserprofile/views.py
gracedb/templatetags/flash.py
0 → 100644
templates/profile/createNotification.html
0 → 100644
templates/profile/notifications.html
0 → 100644
userprofile/__init__.py
0 → 100644
userprofile/admin.py
0 → 100644
userprofile/forms.py
0 → 100644
userprofile/models.py
0 → 100644
userprofile/tests.py
0 → 100644
userprofile/urls.py
0 → 100644
userprofile/views.py
0 → 100644
Please register or sign in to comment