1👍
I think you shoukd also try adding your python location to PATH.
However, if your webserver runs under a different user account to your own, you’ll need to add it either System variables, or the specific user running the webserver.
- [Answered ]-Django – custom filter not working properly
- [Answered ]-'custom_filters' is not a valid tag library
- [Answered ]-Django and Connector/Python Integration
0👍
add your %Python Path%\Scripts
which cinatins file “django-admin.py” into your system environement variables “PATH”,that’s all…(if you setup Django by it’s “setup.py“)
- [Answered ]-Wsgi.py error after migrating GAE app to Python 2.7
- [Answered ]-MySQL converting enum values to integer values
Source:stackexchange.com