Perhaps little off topic but I have two issues where i need help with.
For creating and deploying my django.
1)
somehow I cannot let my django project run anymore.. Brew install on other project killed some links.
timvogt$ python manage.py runserver
dyld: Library not loaded: @executable_path/../.Python
Referenced from: /Library/Frameworks/Python.framework/Versions/3.6/bin/python3
Reason: image not found
Abort trap: 6
2) For new django project wich I want to setup the client gives me an ftp acces..
how to deploy and activate my django project with ftp acces?
Tim