X
X

Select Your Currency

Türk Lirası $ US Dollar
X
X

Select Your Currency

Türk Lirası $ US Dollar
Yıllık Satın Alımlarda %15 İndirim: Şimdi Tasarruf Edin! Detaylı Bilgi İçin Tıklayın!

Knowledge Base

HomepageKnowledge BaseServer/VPS/VDSCompletely Removing Ubuntu Centos L...

Completely Removing Ubuntu Centos Linux Django from the System

You can use the following commands to completely remove Django from the system.

pip uninstall Django


You can manually delete any remaining files/folders using the code below.

python3 -c "import sys; sys.path = sys.path[1:]; import django; print(django.__path__)"
sudo rm -r djangoway

Can't find the information you're looking for?

You have examined the knowledge base in detail, but if you cannot find the information you need,

Create a Support Ticket
Did you find it useful?
(121 times viewed. / 0 people found helpful.)