Inserting data to Postgresql Database

I’m a new to Django and I’m having a hard time inserting a user registration post data from my html form to my project postgresql database, I’ve migrated and set up everything, but it doesn’t seem to work the same way as sqllite3.

We would need a lot more detail to even begin to try and offer suggestions.

  • If there are any error messages on your runserver console, please post them.
  • Verify that the account you are using in your database connection has the proper permissions to the database and table.
  • You might need to post the model, view, form, and template involved here. (When posting code, etc, enclose it between lines of three backtick - ` characters. That means you would enter a line of ```, then the code (or templates), then another line of ```. That forces the forum software to maintain the formatting of your code, which is important with Python.)