I’ve recently added my project to Django with Postgres project to CircleCI and when it goes to the “run tests” stage, I see this in the black box (x’s added to potentially protect these people):
Creating test database for alias 'default'...
System check identified no issues (0 silenced).
.........................christopher86@xxxxxxxx.info
/home/circleci/repo/venv/lib/python3.6/site-packages/django/db/models/fields/__init__.py:1447: RuntimeWarning: DateTimeField Inquiry.creation_date received a naive datetime (2018-07-29 07:18:54.203524) while time zone support is active.
RuntimeWarning)
...laurenespinoza@xxxxxxxxxx.com
/home/circleci/repo/venv/lib/python3.6/site-packages/django/db/models/fields/__init__.py:1447: RuntimeWarning: DateTimeField Inquiry.creation_date received a naive datetime (2018-07-29 07:18:54.537157) while time zone support is active.
RuntimeWarning)
Did I configure something wrong?