By ojebode
I created a Django droplet but it runs on Django 1.x and Python 2.x. How do I point the Django project to use python 3 and Django2.x?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Accepted Answer
To be able to use different versions of python in virtual environments, you must first install the version of python you want at the system level (without activating any environment), you can also leave the previous version. Then, when you create the virtual environment, if you do not indicate which version of python you want, you will install the last version, but if you want another version, you must indicate it explicitly. Look in the virtualenvwraper documentation, there explain how to do it. Greetings.
You will have to create virtual environments, for what you want. There are many tutorials in Digital Ocean to put a server up and running with django. I have created a video tutorial with all the steps to follow, it is in Spanish, with subtitles in English.
https://www.youtube.com/watch?v=mNw7EyXtT_k&t=5427s
I hope it serves you, greetings.
ok, you have some basic packages, although I do not understand Certbot 0.23.0 Apache 2 if you are going to use the Ngnix web server. It all depends on how you want to work, you can combine data base postgress, Myql or oracle, with server apache or ngnix, I recommend nginx + postgres. I have used this powerful line, you will see it in the video, there are all the steps well explained, they are almost 2 hours long. I have also put many links to Digital Ocean.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.