I'm deploying a django API which does not have any static files, When is deploy it using heroku via GitHub without using heroku CLI, I get an error
Error while running '$ python Rest_Api/manage.py collectstatic --noinput'.
NB In my settings file i have the default django
STATIC_URL = '/static/'
How can i tell heroku my app does not have any statics thus should not expect it?