Open steob92 opened 6 months ago
Surely! So where I last left off was trying to store user input in the database so it can be accessed. The way I was doing it, which I think is the django way, is by setting up a form in forms.py
which 'talks' to the data base via views.py
. I'm a bit wrapped up during the day today but can re-familiarize myself with things tonight
At the moment the question server is accessible but there is no defined way to actually access it. What needs to be done:
I can help with the networking but I'm unsure how the user input is parsed and handled. Perhaps @ana-lam can help?