mirror of
https://github.com/Southampton-RSG/breccia-mapper.git
synced 2026-03-03 19:37:06 +00:00
feat(people): Add first user data fields
To support choices in CharFields, Django choices enums have been backported by bringing in the source file from Django 3.0.3 See #1
This commit is contained in:
@@ -22,6 +22,10 @@ urlpatterns = [
|
||||
views.ProfileView.as_view(),
|
||||
name='person.detail'),
|
||||
|
||||
path('people/<int:pk>/update',
|
||||
views.PersonUpdateView.as_view(),
|
||||
name='person.update'),
|
||||
|
||||
path('people/<int:person_pk>/relationships/create',
|
||||
views.RelationshipCreateView.as_view(),
|
||||
name='person.relationship.create'),
|
||||
|
||||
Reference in New Issue
Block a user