Running into a "Cannot assign... must be a ...instance" error

2020-03-04 Thread Joey Jo Jo Jr
New to Django. I'm trying to set up a simple comment form where I can add a title for the comment, content of the comment, and attach the username of the user that is currently signed in and posting it. I run into the following error when running it: Cannot assign "'john'": "Entry.author" must

New to Django. Trying to wrap my head around markdown to html conversion using regex

2020-02-20 Thread Joey Jo Jo Jr
Hello all, I'm working on a class assignment, so I'm not seeking a specific answer/code, but I'm just trying to figure out a general process. The task is this... I have some markdown files located in a directory, however when running the website they need to be displayed as html. Because this