pythonwa
pythonwa copied to clipboard
Company Form is missing URL field
Feel free to schedule a Slack chat or Skype/phone call with me to discuss design implications. (I'm enviro_al on Skype.)
Really just adding a field to the model, and modifying the view code?
:+1:
Sounds like you wanna do it @Mause. Go nuts!
(also, the view code is really over done at the moment. Could easily be rewritten using generic views)
It definitely can be refactored, but not a rewrite to class views. I think there is value in having code in the function that shows you what it's actually doing, as opposed to a class view where all the pipe work is hidden away.
Fair enough, but nevertheless, there is a need for cleanup