I'm getting:
ImproperlyConfigured: The staticfiles view can only be used in debug mode or if the --insecure option of 'runserver' is used
when I try to run my tests. I know I have to serve my static files but my question is, since LiveServerTestCase use 8081 by default, what would be the best approach to serve these files?.
Any additional information please let me know :)
Thanks in advance!