OperationCode / operationcode_backend

This is the backend repo for the Operation Code website
https://operationcode.org
MIT License
62 stars 110 forks source link

Remove db auto-filled fields from admin forms #304

Closed hpjaj closed 6 years ago

hpjaj commented 6 years ago

Feature

Why is this feature being added?

There are certain fields that the database automatically populates on our behalf, and should not be manually adjusted. This PR removes those fields from the admin dashboard's forms.

What should your feature do?

Remove the db autofilled fields for the User and CodeSchool forms.