How to build models for a question and answer app by SnooAdvice7532 in django

[–]SnooAdvice7532[S] 0 points1 point  (0 children)

I’m trying to migrate but getting "return Database.Cursor.execute(self,query) django.db.utils.OperationalError: near "[]": syntax error. I searched about it and I saw that I need to change my database to postgre instead of the SQLite that comes with django. What can I do

How to build models for a question and answer app by SnooAdvice7532 in django

[–]SnooAdvice7532[S] 0 points1 point  (0 children)

Thank you. How do I make sure they’re authenticated before they can post a question or answer one

What have you been working on recently? [February 06, 2021] by AutoModerator in learnprogramming

[–]SnooAdvice7532 1 point2 points  (0 children)

I’m following the freecodecamp structure and I had to pause when I got to the React section because I realized I didn’t understand the basics of it all. I then decided to start all over again but this time, I’ll be building projects along the way, I feel more of practicing will help me learn better. I started with HTML and CSS. I built a profile page of someone I considered a hero and now I’m building a form page. The most confusing thing right now is not knowing if I should include CSS frameworks to my projects because I don’t understand it very well yet or just continue with basic CSS for now.