upgrade to django 1.4
This commit is contained in:
parent
840ea90feb
commit
fd5f0c3c4c
5 changed files with 32 additions and 18 deletions
|
|
@ -20,14 +20,14 @@ server {
|
|||
access_log /var/log/nginx/pandora.access.log;
|
||||
error_log /var/log/nginx/pandora.error.log;
|
||||
|
||||
location /admin/media {
|
||||
root __PREFIX__/src/django/django/contrib;
|
||||
autoindex on;
|
||||
}
|
||||
location /favicon.ico {
|
||||
root __PREFIX__/static;
|
||||
}
|
||||
|
||||
location /static/admin/ {
|
||||
root __PREFIX__/django/django/contrib/admin;
|
||||
autoindex on;
|
||||
}
|
||||
location /static/ {
|
||||
root __PREFIX__;
|
||||
autoindex on;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue