For each of my projects I create an apps directory that holds all the apps I need. Satchmo also has an apps directory. Can I do something like python manage.py runserver –pythonpath=/path/to/my/apps /path/to/satchmo/apps? Is there some separator that it can take?
Share
There’s no
--pythonpathoption to runserver. You either want to add it to your.bashrcfile or in yoursettings.pyfile add something like the following at the top: