Re: Vexim 3?
Gordon Dickens <[email protected]>
| Newsgroups | gmane.mail.exim.vexim.devel |
|---|---|
| Message-ID | <[email protected]> |
On 4/16/2008 3:04 PM, Odhiambo Washington wrote: > Quick instructions for testing the latest version of Vexim, running on > the Python Django framework. > * Install python (at least version 2.3, version 2.5 is preferred) > * Install django (at least version 0.96, newer is preferred) > * Check out the Vexim python source code: Hi Odhiambo, I would like to take a look at the Vexim3 beta code, however, I am having a problem getting it to work. I have followed your instructions and everytime that I surf to <My IP Address>:8888 then I get a "Page not found" error that is generated by Django as follows: > Page not found (404) > Request Method: GET > Request URL: http://192.168.2.111:8888/ > > Using the URLconf defined in vexim.urls, Django tried these URL > patterns, in this order: > > 1. ^admin/ > > The current URL, /, didn't match any of these. > > You're seeing this error because you have DEBUG = True in your Django > settings file. Change that to False, and Django will display a > standard 404 page. I have tried many combinations of file paths for MEDIA_ROOT and MEDIA_URL, however, nothing works. I am concerned because the default settings.py file specifies that the files will be in "vexim3/veximmedia", however, I do not have a file or directory called "veximmedia". Should I be receiving "veximmedia" when I run "cvs checkout vexim3"? It is quite possible that I am doing something stupid so please accept my apologies up front if I have dumb-thumbed something. Thanks, Gordon