3👍
If you’re not using Virtualenv, you must add the pythonpath
directive to your config file:
pythonpath = /usr/local/lib/python2.7/dist-packages
pythonpath = /usr/lib/python2.7
This is in the .ini syntax, please adapt it to your XML configuration.
- [Django]-Django Rest Framework export csv data from models in background
- [Django]-Struggling to get django_comments to work with Django REST Framework
- [Django]-I have multiple django tables and want to query the tables in parallel
- [Django]-Overriding Django REST Frameworks update method to save the nested serializers
Source:stackexchange.com