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_var or smth) in > setting.py, but I found no variables. > Where is information about path's store? > Check the INSTALLED_APPS values in your settings.py. It probably contains an app that references the old pathname. Karen --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

