#CS50w Working in Project 4 Network. Good start so far but maaaan my Django is rusty. Forgot to pass models.Model to the function when defining my model, forgot to pass self to my __str__ function, forgot to use post.save() in my view and for the life of me couldn't get to HttpResponseRedirect(reverse("index"))
Let that be a lesson. Don't procrastinate so much in between projects. Use it or lose it.