I recently started using Python and Django and was wondering if I can get some advice on the correct use of shebang?
So I setup a new django project on a hosted server that has a Python Virtualenv. When the env is activated the python path points to the env and when deactivated the path points to /usr/bin/python. *My question is, *do I need to add the correct shebang path to all my .py files ie urls.py, views,py etc *#! /home/user/pyenv python* to set the correct python path to virtualenv or is there a better, best practice method that should be following? -- You received this message because you are subscribed to the Google Groups "Django REST framework" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
