2022-11-09T13:08:04.195492+00:00 app[web.1]: 10.1.84.145 - - [09/Nov/2022:10:08:04 -0300] "GET /favicon.ico HTTP/1.1" 500 0 "-" "-"
2022-11-09T13:08:04.196434+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=django-restfw.herokuapp.com request_id=7bb428fe-7fb1-4602-8ff4-738620d25365 fwd="179.212.209.241" dyno=web.1 connect=0ms service=379ms status=500 bytes=244 protocol=https
QUANDO EU FAÇO O COMANDO heroku run python manage.py migrate
ele não consegue achar a rota certa da url
File "/app/.heroku/python/lib/python3.10/site-packages/rest_framework/routers.py", line 19, in <module>
from django.conf.urls import url
ImportError: cannot import name 'url' from 'django.conf.urls' (/app/.heroku/python/lib/python3.10/site-packages/django/conf/urls/__init__.py)