Skip to content

Commit

Permalink
Merge pull request #917 from ImageMarkup/reset-migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
danlamanna committed Jul 1, 2024
2 parents bafb737 + cbe0f8e commit a8c2c7f
Show file tree
Hide file tree
Showing 190 changed files with 2,094 additions and 6,333 deletions.
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
release: ./manage.py migrate
release: ./manage.py migrate --fake
# certain streaming endpoints (like cohort-all-metadata) require more time.
# set the request line limit to match heroku:
# https://devcenter.heroku.com/articles/http-routing#http-validation-and-restrictions
Expand Down
3 changes: 2 additions & 1 deletion isic/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import pytest
from pytest_factoryboy import register

from isic.core.tests.factories import CollectionFactory, ImageFactory
from isic.core.tests.factories import CollectionFactory, ImageFactory, IsicIdFactory
from isic.ingest.tests.factories import (
AccessionFactory,
AccessionReviewFactory,
Expand Down Expand Up @@ -88,6 +88,7 @@ def _eager_celery(settings):
register(ZipUploadFactory)

# core factories
register(IsicIdFactory)
register(ImageFactory)
register(CollectionFactory)

Expand Down
Loading

0 comments on commit a8c2c7f

Please sign in to comment.