Skip to content

Commit

Permalink
Remove geonature taxref model
Browse files Browse the repository at this point in the history
  • Loading branch information
amandine-sahl committed Nov 28, 2022
1 parent 411b81f commit cdb91d9
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
3 changes: 2 additions & 1 deletion backend/geonature/core/gn_profiles/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@

from geonature.utils.env import DB, db
from geonature.core.gn_synthese.models import Synthese
from geonature.core.taxonomie.models import Taxref

from apptax.taxonomie.models import Taxref


@serializable
Expand Down
1 change: 0 additions & 1 deletion backend/geonature/core/gn_synthese/routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
from utils_flask_sqla.generic import serializeQuery, GenericTable
from utils_flask_sqla.response import to_csv_resp, to_json_resp, json_resp
from utils_flask_sqla_geo.generic import GenericTableGeo
from werkzeug.exceptions import BadRequest

from geonature.utils import filemanager
from geonature.utils.env import DB
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit cdb91d9

Please sign in to comment.