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 on the local machine.
Is the usual procedure to copy all the django files from the remote server to my local machine. Or is there another way?
Is the usual procedure to copy all the django files from the remote server to my local machine. Or is there another way?
Please sign in to leave a comment.