You shouldn't put your Django application code into /var/www/ or whatever the root directory for Apache is. Create another directory for this purpose.
/var/www/
You shouldn't put your Django application code into
/var/www/
or whatever the root directory for Apache is. Create another directory for this purpose.