Re: Noob question about model and view

2019-01-25 Thread Arturo Fernandez
The new form that I'm trying to make is the one with the variable: form, I forgot to mention that On Friday, January 25, 2019 at 10:08:03 AM UTC-5, Arturo Fernandez wrote: > > Hello, I'm trying to make a simple form so I can dissect it and learn but > from the guide that I'm reading, they are

Noob question about model and view

2019-01-25 Thread Arturo Fernandez
Hello, I'm trying to make a simple form so I can dissect it and learn but from the guide that I'm reading, they are doing it differently from what I'm trying to accomplish. This are the two links: model.py: https://tutorial.djangogirls.org/en/django_models/ view.py, forms.py: