Re: change path to django project.

2008-04-29 Thread igor.potapenko
yes. problem've solved. in settings replace nola.polls to nola2.polls and anyting work fine. big tnx!!! On 29 апр, 20:55, "Karen Tracey" <[EMAIL PROTECTED]> wrote: > On Tue, Apr 29, 2008 at 12:39 PM, igor.potapenko <[EMAIL PROTECTED]> > wrote: > > > > >   Hello! > > > I installed new project in

Re: change path to django project.

2008-04-29 Thread Karen Tracey
On Tue, Apr 29, 2008 at 12:39 PM, igor.potapenko <[EMAIL PROTECTED]> wrote: > > Hello! > > I installed new project in path1 (... django/nola). After that I make > copy of this project to path2. > Why it work with path1 and don't work with path2 ? > > I thought, that there is some options (path_v

change path to django project.

2008-04-29 Thread igor.potapenko
Hello! I installed new project in path1 (... django/nola). After that I make copy of this project to path2. Why it work with path1 and don't work with path2 ? I thought, that there is some options (path_var or smth) in setting.py, but I found no variables. Where is information about path's st