Adding a field to the profile: Difference between revisions

imported>Mark
No edit summary
imported>Mark
Line 163:
 
 
=== Edit 3: Adding the new field to the viewView ===
 
Adding a field to the model will ensure that we have a place to store the new field. You now need a way to access and update the data in this field. In Django, this is the responsibility of the view.
Anonymous user