django-fobi/docker/backend
Artur Barseghyan 12df02e6bc
Feature/Add Django 4.1 support (#301)
* Django 4.1 support.
* Fix `NullBooleanField` DRF deprecation.
* Soft pin `importlib.metadata`
* Obtain `chromedriver-py` using `get-chromedriver-py`.
* Fix `selenium` deprecation errors.
* Use testing email backend.
* Install some linux deps in GitHub CI.
2022-11-29 00:34:04 +01:00
..
Dockerfile Feature/Add Django 4.1 support (#301) 2022-11-29 00:34:04 +01:00
entrypoint.sh Test against Django 3.2 2022-06-18 00:58:21 +02:00
README.rst Test against Django 3.2 2022-06-18 00:58:21 +02:00

Common commands
---------------
Connect to backend
~~~~~~~~~~~~~~~~~~
.. code-block::

    docker exec -ti django_elasticsearch_dsl_drf_backend /bin/bash