emidombek / uptowngallery

HTML, CSS, JavaScript, Python+Django based website for a small art gallery business deployed to Heroku
1 stars 2 forks source link

USER STORY: Test Database Connectivity #6

Closed emidombek closed 1 year ago

emidombek commented 1 year ago

User Story: Test Database Connectivity

User Story: As a developer, I want to test the database connectivity to ensure that the application can successfully connect to the database.

Acceptance Criteria:

  1. Verify that the application's database connection settings are correct.
  2. Establish a connection to the database from the application.
  3. Confirm that data can be retrieved and updated through the application.
  4. Handle and log any connection errors or exceptions.

Tasks:

emidombek commented 1 year ago

Models and elephant SQL db created and tested,