RECENT ARTICLES
Five Simple Steps to Install Django in Ubuntu
Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design. Built by experienced developers, it takes care of much of the hassle of Web development, so you can focus on writing your app without needing to reinvent the wheel. It’s free and open source. In this blog post, i have tried to compile five basic commands which you need to execute in-order to install Django in your Ubuntu machine. Prerequisites: sudo apt install python3-pip sudo pip3 install virtualenv virtualenv venv ** You can replace "venv" with the name of your choice. source...…Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design. Built by experienced developers, it takes care of much of the hassle of Web development, so you can focus on writing your app without needing to reinvent the wheel. It’s free and open source. In this blog post, i have tried to compile five basic commands which you need to execute in-order to install Django in your Ubuntu machine. Prerequisites: sudo apt install python3-pip sudo pip3 install virtualenv virtualenv venv ** You can replace "venv" with the name of your choice. source...WW…
- Total 1 items
- 1