You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ENV=dev pipenv run python manage.py exportqueryascsv --immediate <user_pk><solr_query>
There should ve a .dev.env file in the same folder of manage.py.
where <user_pk> is the primary key of the user table, to check permission; and <solr_query> can be a any valid solr query; --immediate doesn't add the task to celery.
The text was updated successfully, but these errors were encountered:
The eport function can be test using:
There should ve a
.dev.env
file in the same folder of manage.py.where
<user_pk>
is the primary key of the user table, to check permission; and<solr_query>
can be a any valid solr query; --immediate doesn't add the task to celery.The text was updated successfully, but these errors were encountered: