RB 1.5.x will not work with Django 1.4. It's also a pretty ancient release, which won't receive any more updates. The 1.6.x series would be a better bet.
Christian On Jun 19, 2012, at 11:04, Steve <[email protected]> wrote: > I'm attempting to install RB 1.5.7 on a new Fedora 16 machine. Everything > went well up to the point where I create a test site. Since I'm just > testing, I chose the sqlite3 database. My installer hang's at the 'Creating > database' step, and the console reports this: > > File > "/usr/lib/python2.7/site-packages/Django-1.4-py2.7.egg/django/db/backends/dummy/base.py", > line 15, in complain > raise ImproperlyConfigured("settings.DATABASES is improperly configured. " > django.core.exceptions.ImproperlyConfigured: settings.DATABASES is improperly > configured. Please supply the ENGINE value. Check settings documentation for > more details. > > A search for 'DATABASES is improperly configured' didn't turn up anything and > I'm at a loss. I installed with this command: > > $ easy_install -U > http://downloads.reviewboard.org/releases/ReviewBoard/1.5/ReviewBoard-1.5.7-py2.7.egg > > and ended up with these eggs: > > drwxr-xr-x 2 root root 4096 Jun 8 10:04 distribute-0.6.24-py2.7.egg-info > drwxr-xr-x 3 root root 4096 Jun 8 10:04 setuptools > drwxr-xr-x 4 root root 4096 Jun 8 10:04 distribute-0.6.27-py2.7.egg > -rw-r--r-- 1 root root 30 Jun 8 10:04 setuptools.pth > drwxr-xr-x 2 root root 4096 Jun 11 07:55 > python_memcached-1.47-py2.7.egg-info > drwxr-xr-x 4 root root 4096 Jun 11 07:57 recaptcha_client-1.0.6-py2.7.egg > drwxr-xr-x 4 root root 4096 Jun 11 07:57 pytz-2012c-py2.7.egg > drwxr-xr-x 4 root root 4096 Jun 11 07:57 python_dateutil-1.5-py2.7.egg > drwxr-xr-x 4 root root 4096 Jun 11 07:57 paramiko-1.7.7.2-py2.7.egg > drwxr-xr-x 4 root root 4096 Jun 11 07:57 flup-1.0.3.dev_20110405-py2.7.egg > drwxr-xr-x 4 root root 4096 Jun 11 07:58 Pygments-1.5-py2.7.egg > drwxr-xr-x 5 root root 4096 Jun 11 07:58 Djblets-0.6.18-py2.7.egg > drwxr-xr-x 5 root root 4096 Jun 11 07:58 django_evolution-0.6.7-py2.7.egg > drwxr-xr-x 4 root root 4096 Jun 11 07:59 Django-1.4-py2.7.egg > drwxr-xr-x 4 root root 4096 Jun 11 07:59 > pycrypto-2.6-py2.7-linux-x86_64.egg > drwxr-xr-x 3 root root 12288 Jun 11 07:59 PIL-1.1.7-py2.7-linux-x86_64.egg > -rw-r--r-- 1 root root 583 Jun 11 07:59 easy-install.pth > drwxr-xr-x 5 root root 4096 Jun 12 08:12 ReviewBoard-1.5.7-py2.7.egg > > Can anyone suggest where I might look for the cause of this problem? > > Thanks! > > --steve > > -- > Want to help the Review Board project? Donate today at > http://www.reviewboard.org/donate/ > Happy user? Let us know at http://www.reviewboard.org/users/ > -~----------~----~----~----~------~----~------~--~--- > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/reviewboard?hl=en -- Want to help the Review Board project? Donate today at http://www.reviewboard.org/donate/ Happy user? Let us know at http://www.reviewboard.org/users/ -~----------~----~----~----~------~----~------~--~--- To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/reviewboard?hl=en
