0👍
✅
Virtualenv has an absolute Path, because i moved my Project to another location it was broken. I found out the actual Path by typing printenv
then i typed virtualenv envname
to change it to the actual location.
1👍
It seems you are using virtualenv. activate virtualenv first.
source env_directory/bin/activate
or workon envname
if you are using virtualenvwrapper.
- [Answer]-Serializer needs to include more info in a GET while accepting primitives in a POST
- [Answer]-Adding FieldFile objects without form in django
- [Answer]-Django – HttpResponse for already full
- [Answer]-Filters and for loops in Django
- [Answer]-Django class based views, what to override to write to an excel file?
Source:stackexchange.com