Bit of a webfaction noob here. I successfully installed a django app on webfaction as well as a static app (following the webfaction getting started guide), and served these from /static and /django from my base webfaction domain user.webfaction.com I believe everything is set up properly and I restart apache. Now when I launch a browser and go to http://user.webfactional.com/django I get the standard django "page not found" message. This is good, because I have no urls mapped to /django. But when I try to hit http://user.webfactional.com/django/admin, I expect to see the django admin page, but instead the url gets shortened to http://user.webfactional.com/admin and I get a webfaction (not a djano) 404 not found page? TL;DR version. I have the app mapped to /django and the admin url uncommented but /django/admin is not found. asked 19 Apr '13, 15:02 wabarr |
Have you followed the Mounting a Django Application on a Subpath section of the documentation, to set " In general, for the sake of convenience, we would generally recommend creating a subdomain like " Hope that helps! answered 19 Apr '13, 18:52 ryans ♦♦ Thanks so very much, and sorry for asking a question that got answered in the basic documentation.
(23 Apr '13, 15:50)
wabarr
|