Page not found (404)

Request Method: GET
Request URL: https://thebloodystream.com/.ftpquota

Using the URLconf defined in config.urls, Django tried these URL patterns, in this order:

  1. [name='movie-list']
  2. movies/
  3. movies/<pk>/ [name='movie-detail']
  4. rated-movies/ [name='rated-movie-list']
  5. podcast-movies/ [name='podcast-movie-list']
  6. people/ [name='person-list']
  7. people/<pk>/ [name='person-detail']
  8. about/ [name='about']
  9. streaming/<int:year>/<int:month>/<int:day>/ [name='streaming']
  10. finance/
  11. admin/

The current path, .ftpquota, didn’t match any of these.

You’re seeing this error because you have DEBUG = True in your Django settings file. Change that to False, and Django will display a standard 404 page.