summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAamir Khan <syst3m.w0rm@gmail.com>2012-08-10 21:07:46 +0530
committerAamir Khan <syst3m.w0rm@gmail.com>2012-08-10 21:07:46 +0530
commit3ed34129d7495c3327970b0f353bcf3ffad5eb72 (patch)
tree84e5fae8ecdec9de9e282778bdc562cb0e2870fc
parentff013e20a352307b5609efa7e703a14fbc86f838 (diff)
downloadhk-app-3ed34129d7495c3327970b0f353bcf3ffad5eb72.tar.gz
hk-app-3ed34129d7495c3327970b0f353bcf3ffad5eb72.tar.xz
hk-app-3ed34129d7495c3327970b0f353bcf3ffad5eb72.zip
Fix static_file path to make it work with manage.py collectstatic
-rw-r--r--apache/apache_django_wsgi.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/apache/apache_django_wsgi.conf b/apache/apache_django_wsgi.conf
index d7fddec..18a7c41 100644
--- a/apache/apache_django_wsgi.conf
+++ b/apache/apache_django_wsgi.conf
@@ -2,7 +2,7 @@
Alias /robots.txt /home/akhan/hyperkitty/robots.txt
Alias /favicon.ico /home/akhan/hyperkitty/favicon.ico
- Alias /static /home/akhan/hyperkitty/static
+ Alias /static /home/akhan/hyperkitty/static_files
ErrorLog /home/akhan/hyperkitty/logs/error.log
CustomLog /home/akhan/hyperkitty/logs/access.log combined