Mitch Berkson

- Total activity 35
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 15
-
Created How to "enable Django support for the project" for a remote project?
I am trying to run/debug a django project on AWS. When I try to run it, PyCharm says "Error: Please enable Django support for the project". The only Django project root options are local. Should... -
Created How to reference django files when using remote server interpreter
I have an existing django project on an AWS instance. I have copied the Python files to my local machine. The django file references are, naturally, not resolved, since the django files are not o...