On Fri, 2007-11-30 at 16:18 -0800, Josh Stone wrote:
> Hi all,
> 
> I'm having problems using Review Board with recent Django revisions,
> and I'm hoping that this list can help.  Please see below for the
> previous discussion, but the gist is that with Django r6718 (and
> later), I'm getting exceptions when urls.py tries to access site
> settings.  I did some debugging, and it seems that urls.py is only
> getting the default settings, so all of the custom settings are
> missing from the object.
> 
> 1. If I run "./manage.py runserver 0.0.0.0:8080", I get exceptions.
> 2. If I run "env
> DJANGO_SETTINGS_MODULE=reviewboard.settings ./manage.py runserver
> 0.0.0.0:8080", I get exceptions.
> 3. If I run "./manage.py runserver --settings=reviewboard.settings
> 0.0.0.0:8080", it works fine!

Try to reduce the problem to something a bit simpler, since there's a
large package involved here (that I, and probably a lot of other people
on this list, know nothing about).

Does just creating a simple Django project from scratch work for you
(e.g. the tutorial application)?

What operating system are you running on (there could well be Windows
vs. Mac vs. Linux vs. OS/2 differences)? What exceptions do you get?
Just the standard "can't find settings" exception, or something else?

Malcolm



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to