I have a django app that is being served at:
As per the webfaction static files guide I am trying to serve the static content from:
| user.webfactional.com/static
|
I have added the static-only app. When I attempt to follow step #2 of the static files guide linked above:
With the control panel, modify or
create a website entry which maps an
unused path from your domain name
(e.g. www.mydomain.com/media) to your
new Static-only application
I get the following error:
user.webfactional.com is already
used in another site record with the
same IP address so you can't re-use it
here. If you want to change what gets
served for this subdomain you need to
edit the existing site record
I understand the error, but according to the static files guide, it should be possible to map the user.webfactional.com/static/ URL to the static-only app instead of django.
What is wrong here?
asked
Dec 08 '10 at 17:28
awesomo
21●5