Well seems I found the solution. I just moved the project folder in my repo
(so now we have repo->myproject), so the name myproject will not change
after cloning, and now it all works
Any idea why?
On Tue, Feb 3, 2009 at 9:05 PM, Oleg Oltar wrote:
> Seems no :(
> I tried to manually specify cor
Seems no :(
I tried to manually specify correct path
os.environ['DJANGO_SETTINGS_MODULE'] = 'db_settings.settings'
but have same issue :(
(NOTE, i didn't create it with startpoject command, I just cloned project
from repo. May it help to understand the issue?)
On Tue, Feb 3, 2009 at 8:59 PM, Oleg
Why it worked before I tried to change settings.py? Why actually site works?
Maybe something is in my tests?
Btw, my code organized this way:
/proj
urls.py
settings
./app
tests.py
urls.py
As I changed the project name I also hacked the tests file so now it
contains following
Oleg Oltar wrote:
[...]
>
> sub_match = pattern.resolve(new_path)
> File "/Library/Python/2.5/site-packages/django/core/urlresolvers.py",
> line 181, in resolve
> sub_match = pattern.resolve(new_path)
> File "/Library/Python/2.5/site-packages/django/core/urlresolvers.py",
> line 181,
Hi!
I am creating one of my firsts django projects. I created nose tests to
cover my application and got 100% code coverage
My repo is git://github.com/oltarasenko/usermanaging.git
Now I am trying to modify my project to make settings be platform
independent. So I added following lines
to my sett
5 matches
Mail list logo