I ran into an issue when I accidently loaded the production requirements, which install dj-static. If dj-static is installed, I can't use the ./manage.py runserver command any longer. It just shows a 404. At this point I haven't pushed to a production server yet, so I think there might be something wrong with checking if the dj-static module is there in wsgi.py
I ran into an issue when I accidently loaded the production requirements, which install dj-static. If dj-static is installed, I can't use the
./manage.py runserver
command any longer. It just shows a 404. At this point I haven't pushed to a production server yet, so I think there might be something wrong with checking if the dj-static module is there in wsgi.py