You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.pyThe text was updated successfully, but these errors were encountered: