astrosat / django-astrosat-users

Common backend library for Astrosat projects' user management
GNU General Public License v3.0
2 stars 0 forks source link

Add `phone` field to user #108

Closed marksmall closed 4 years ago

marksmall commented 4 years ago

This PR closes #107

The User model/serializer was missing the phone field, which exists on the frontend and is passed to the server, just not recorded in the backend.