0👍
This is not a good question for SO, but in any case: Does the user under which you run apache has access to the /home/prj1 directory ? Try doing
chmod 755 -R /home/prgj1
as root.
- [Answer]-Trying to insert a new column with a list of foreign field in django_tables2
- [Answer]-Django-profiles: How do I show the profile after login?
- [Answer]-How to handle repeated records in django
- [Answer]-Django QuerySet to return unique objects in ManyToMany fields
- [Answer]-Hide form on submit – Django 1.6
Source:stackexchange.com