jurra / rockin-webapp

A simple data entry webapp to enter rock sample data from wells drilled at TU Delft
MIT License
0 stars 0 forks source link

Include again fields we are currently excluding while developing mostly for convenience #3

Open jurra opened 1 year ago

jurra commented 1 year ago

This is what we are excluding at the moment:

"/crudapp/forms.py"

  exclude = [
             'registered_by',

             # THIS EXCLUSION IS JUST FOR DEV PURPOSES
             'formation',
             'lithology',
             'core_weight',
             'core_length',
             'gamma_ray',
             'radiation',
             'ct_scanned',
             'bottom_depth'
             ]