igorsimb / mp-monitor

Django app for scraping Wildberries
1 stars 0 forks source link

improvement(index): improve design of index page #60

Closed igorsimb closed 8 months ago

igorsimb commented 8 months ago

Closes https://github.com/igorsimb/mp-monitor/issues/57

Skipped some tests until they are adjusted to the new behavior

Added --nomigrations to pytest.ini file tro skip migrations for testing (doubles the speed of tests). However, it's a good practice to occasionally run the tests without this option to ensure migrations are working as expected.

igorsimb commented 8 months ago

LGTM