The documentation is distribution agnostic, so I'm not sure what you're referring to. It sounds as if you just dropped a Django project into /var/www and expected it to work. Unfortunately, Django is not PHP. I'm going to assume you're unfamiliar with how Django works, so apologies if you already read this, but I recommend starting here.
http://www.djangobook.com/en/2.0/chapter02/ And then reading the chapter on deployment here: http://www.djangobook.com/en/2.0/chapter12/ -- Andrew On Jul 21, 9:19 am, Kannan <[email protected]> wrote: > >Only you can help yourself, and you do that by reading the > >documentation: > >http://docs.djangoproject.com/en/dev/howto/deployment/<http://docs.djangoproject.com/en/dev/howto/deployment/> > > I read the documentation of that and configure all the settings. > that settings work in Fedora 10 but not work in Debian Lenny. > help me.... > > With regards, > > Kannan. R. P, > > On Tue, Jul 21, 2009 at 6:06 PM, Daniel Roseman <[email protected]>wrote: > > > > > > > On Jul 21, 12:16 pm, Kannan <[email protected]> wrote: > > > Hi friends... > > > I have downloaded the source of thehttp:// > > in.pycon.org/2009/fromherehttp://bitbucket.org/lawgon/fossconf/downloads/. > > > I try to run the site in my Apache server. > > > So i copy the extracted file to my /var/www/ directory named fossconf. > > > > My apache2 conf file is herehttp://dpaste.com/69137/ > > > > when i try the urlhttp://localhost/fossconf/it gives error that "cannot > > > import the settings [Is this is in system path?" > > > > Help me to solve this error. > > > > With regards, > > > > Kannan. R. P, > > > Only you can help yourself, and you do that by reading the > > documentation: > >http://docs.djangoproject.com/en/dev/howto/deployment/ > > -- > > DR. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

