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: Implement Data Migration Scripts #4

Closed emidombek closed 11 months ago

emidombek commented 1 year ago

User Story : Implement Data Migration Scripts

User Story: As a developer, I want to write data migration scripts to populate the database with initial data.

Acceptance Criteria:

  1. Create data migration scripts for each table.
  2. Include script logic to insert sample data into tables.
  3. Ensure the scripts can be executed to populate the database.
  4. Verify that the initial data matches the project requirements.

Tasks:

emidombek commented 11 months ago

Created and migrated models after deploying empty Django project to Heroku.

emidombek commented 11 months ago

Added a few methods initially to the models will probably need add more with time.