-
**Tag/version of Container Images: 0.5.1**
I opened a PR fixing this (#717)
Running "pip install --break-system-packages pytz" inside the web container fixes the problem
The only differences fr…
-
On a brand new project start I install Django, ibm_db, ibm_db_django. I configure DB like so:
```
DATABASES = {
'default': {
'ENGINE': 'ibm_db_django',
'NAME': 'TEST',
…
-
### Issue Summary
This is an extremely elusive and odd issue... but using the Database Search Backend with MySQL, *some* particular search queries return no results when paginated, but DO return resu…
-
For Django projects having multiple DB connections something like this:
```
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.postgresql_psycopg2',
'HOST': '127.0.0.1…
-
## What happened?
A search engine indexer module uses a queryset iterator to iterate over all the records to index. This sends a sql query to the database to fetch all data, but also to iterate ove…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
From @pekkajalonen
When updating some tools in arsenal, example ctfr will caus web to hang…
-
### My actions before raising this issue
- [x] Read/searched [the docs](https://github.com/cvat-ai/cvat/tree/master#documentation)
- [x] Searched [past issues](/issues)
### Steps to Reproduce…
-
Totally noob here....
https://docs.djangoproject.com/en/2.1/ref/contrib/postgres/search/#postgresql-fts-search-configuration
-
#### Describe the bug
Mail setting
#### Steps to reproduce
I try to recover lost password.
Reading instruction I don't find any info about howto set mail setting
#### Screenshots or log out…
-
#### Describe the bug
I've disabled most archive methods (e.g. `SAVE_MERCURY=False`), but when adding a new link to the archive the archive method selection field still shows the disabled methods. Yo…