I am trying to debug this bizarre 404 error that surfaced in my Django application.
Page not found (404) Request Method: GET Request URL: http://78.198.12
Check your settings.py file for the STATIC_URL value. You want the value to be the subfolder where your static files are stored - generally STATIC_URL = '/static/'.
STATIC_URL = '/static/'