4👍
Without virtualenv: path/to/your/python/X.X/site-packages/django . In my case /Library/Python/2.7/site-packages/django
using virtualenv: /Users/ME/.virtualenvs/my_virtual_env/lib/python2.7/site-packages/django
Good luck
0👍
In your finder window if you show the Devices on the left sidebar you can search within your Macintosh HD for the Library folder which should contain your Frameworks folder. At least that’s what worked for me.
- [Django]-Django: after form.is_valid check, cleaned_data is missing the image field
- [Django]-Gunicorn not running can't connect to sock file
- [Django]-Django settings.py Error: Import by filename is not supported
- [Django]-Dependency from django app to jquery plugin
- [Django]-How frequently should Python decorators be used?
Source:stackexchange.com