How do I point my Django environment to my own project folder?
Hi all,
I spent the last couple of days setting up my Linode account and Django environment and I could get the default DjangoApp to work. What I then did was pulled my current Django folder MyProject into the directory var/www/MyProject but I just can't figure out how to have Linode server point to my folder instead of var/www/DjangoApp. Perhaps I need to reboot and point to manage.py in my project to runserver?
Any advice is much appreciated.
Thank you.
1 Reply
I am a bit late to this but you can find an answer here: https://stackoverflow.com/questions/75124904/how-to-change-the-default-django-project-directory-in-linode/75729209#75729209
@evaldez's answer on this question is also helpful: https://www.linode.com/community/questions/19899/installed-a-django-one-click-app-now-what