···47474848Environment Variables
4949---------------------
5050+5051List of environment variables that the project needs to work in production:
51525253- ``DJANGO_ALLOWED_HOSTS="example.com"``
···59606061The default folder for Django's ``STATICFILES_DIRS`` value is ``/static/dist/``, therefore all
6162static data have to be created by **gulp**.
6363+6464+Run tests
6565+---------
6666+6767+To run the tests using Docker::
6868+6969+ $ docker-compose -f dev.yml run app python3 manage.py test --settings=config.settings.test
7070+