Commit graph

6 commits

Author SHA1 Message Date
d08e40d579 Admin basket: fix if importer_class is None 2024-04-20 11:08:41 +05:30
c613fd35d9 Admin basket: update/fix file import, download, delete
remove useless AdminBasketFile model definition
cleanups, typings
2024-04-20 10:58:12 +05:30
d2ae5e4d7b Fix/update baskets:
- get_file
- import
- Basket importers must return BasketImportResult
Add API points
Fix utils delete_df and upsert_df, also making them async friendly
Auth: add helper functions to UserRead
2024-04-09 16:16:04 +05:30
956147aea8 Fix api stores
Rename in category table: geom_type to gis_type
2023-12-27 01:11:54 +05:30
c0c308a657 Rename in category table: model_type to geom_type 2023-12-26 18:42:40 +05:30
741050db89 Remove relative imports
Fix primary keys (optional)
Add baskets, importers, plugins, reactor
Add fake replacement fro graphql defs (to_migrate)
Add typing marker (py.typed)
2023-12-25 15:50:45 +05:30