ahouls i add it like this

  GNU nano 2.2.6           File: 
bluepearlhotel.conf                            

<VirtualHost *:80>
WSGIScriptAlias / /home/yems/bluepearlhotel.wsgi

ServerName  bluepearlhotel.com

Alias /static /var/www/bluepearlhotel/static/

<Directory /var/www/bluepearlhotel/>
Order allow,deny
Allow from all
</Directory>


<Directory /home/yems/>
<Files bluepearlhotel.py>
Require all granted
</Files>
</Directory>

</VirtualHost>


On Thursday, August 7, 2014 7:14:46 PM UTC+1, Collin Anderson wrote:
>
> add:
>
>     <Directory /home/yems/>
>     <Files bluepearlhotel.py>
>     Require all granted
>     </Files>
>     </Directory>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/05bd51fe-c778-455f-88e9-3a66d5920790%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to