Hmm, looks like it's probably due to a version bump in Django Pipeline. Try 
removing the old version and installing an older one:

    $ rm -rf /usr/local/lib/python2.7/dist-packages/django-pipeline*
    $ easy_install django-pipeline==1.3.23

Going to put out a new Djblets release that fixes the dependency.

Christian

--  
Christian Hammond - christ...@beanbaginc.com  
Review Board - https://www.reviewboard.org  
Beanbag, Inc. - https://www.beanbaginc.com

-----Original Message-----
From: anoop kc <an...@baabte.com>
Reply: anoop kc <an...@baabte.com>>
Date: November 24, 2014 at 1:04:55 AM
To: Christian Hammond <christ...@beanbaginc.com>>
Subject:  Re: rb-site fails with django.db.utils.ProgrammingError: (1146, 
"Table 'reviewboard.auth_user' doesn't exist")

> Hi christian,
>  
> I reinstalled django 1.6.8 and again the same issue.
>  
> Creating database ...
> [!] Unable to execute the manager command syncdb: cannot import name
> default_storage
>  
> [!] Unable to execute the manager command registerscmtools: cannot
> import name default_storage
> OK
> Performing migrations ...
> [!] Unable to execute the manager command evolve: cannot import name
> default_storage
> OK
>  
> For your reference I am attaching the full out put here
>  
> root@user-desktop:~# rm -rf /usr/local/lib/python2.7/dist-packages/Django-*  
> root@user-desktop:~# easy_install Django==1.6.8
> Searching for Django==1.6.8
> Reading https://pypi.python.org/simple/Django/
> Best match: Django 1.6.8
> Downloading
> https://pypi.python.org/packages/source/D/Django/Django-1.6.8.tar.gz#md5=b00f9f73535db7c9ce52a6f707d61ab6
>   
> Processing Django-1.6.8.tar.gz
> Writing /tmp/easy_install-1vhXjJ/Django-1.6.8/setup.cfg
> Running Django-1.6.8/setup.py -q bdist_egg --dist-dir
> /tmp/easy_install-1vhXjJ/Django-1.6.8/egg-dist-tmp-EJ8GfH
> warning: no previously-included files matching '__pycache__' found under
> directory '*'
> warning: no previously-included files matching '*.py[co]' found under
> directory '*'
> zip_safe flag not set; analyzing archive contents...
> django.test._doctest: module references __file__
> django.test._doctest: module MAY be using inspect.getsourcefile
> django.template.loaders.app_directories: module references __file__
> django.db.utils: module references __file__
> django.db.models.loading: module references __file__
> django.db.models.loading: module references __path__
> django.views.i18n: module references __file__
> django.contrib.auth.tests.test_forms: module references __file__
> django.contrib.auth.tests.test_views: module references __file__
> django.contrib.auth.tests.test_context_processors: module references
> __file__
> django.contrib.formtools.tests.tests: module references __file__
> django.contrib.formtools.tests.wizard.namedwizardtests.tests: module
> references __file__
> django.contrib.formtools.tests.wizard.wizardtests.tests: module references  
> __file__
> django.contrib.staticfiles.storage: module references __file__
> django.contrib.sitemaps.tests.test_http: module references __file__
> django.contrib.flatpages.tests.test_templatetags: module references __file__  
> django.contrib.flatpages.tests.test_views: module references __file__
> django.contrib.flatpages.tests.test_csrf: module references __file__
> django.contrib.flatpages.tests.test_middleware: module references __file__  
> django.contrib.admin.bin.compress: module references __file__
> django.contrib.admindocs.views: module references __file__
> django.contrib.gis.tests.layermap.tests: module references __file__
> django.contrib.gis.tests.geogapp.tests: module references __file__
> django.contrib.gis.tests.geo3d.tests: module references __file__
> django.contrib.gis.geometry.test_data: module references __file__
> django.core.management.__init__: module references __path__
> django.core.management.templates: module references __path__
> django.core.management.sql: module references __file__
> django.core.management.commands.makemessages: module references __file__
> django.utils.version: module references __file__
> django.utils.module_loading: module references __path__
> django.utils.autoreload: module references __file__
> django.utils.six: module references __file__
> django.utils.six: module references __path__
> django.utils.unittest.collector: module references __file__
> django.utils.unittest.loader: module references __file__
> django.utils.translation.trans_real: module references __file__
> django.conf.project_template.project_name.settings: module references
> __file__
> Adding Django 1.6.8 to easy-install.pth file
> Installing django-admin.py script to /usr/local/bin
>  
> Installed /usr/local/lib/python2.7/dist-packages/Django-1.6.8-py2.7.egg
> Processing dependencies for Django==1.6.8
> Finished processing dependencies for Django==1.6.8
> root@user-desktop:~# rm -rf /var/www/reviews.localhost
> root@user-desktop:~# rb-site install /var/www/reviews.localhost
>  
>  
> * Welcome to the Review Board site installation wizard
>  
> This will prepare a Review Board site installation in:
>  
> /var/www/reviews.localhost
>  
> We need to know a few things before we can prepare your site for
> installation. This will only take a few minutes.
>  
>  
> * Make sure you have the modules you need
>  
> Depending on your installation, you may need certain Python
> modules and servers that are missing.
>  
> If you need support for any of the following, you will need to
> install the necessary modules and restart the install.
>  
> Databases (optional):
> * PostgreSQL (psycopg2)
>  
>  
> * What's the host name for this site?
>  
> This should be the fully-qualified host name without the http://,
> port or path.
>  
> Domain Name: localhost
>  
>  
> * What URL path points to Review Board?
>  
> Typically, Review Board exists at the root of a URL. For example,
> http://reviews.example.com/. In this case, you would specify "/".
>  
> However, if you want to listen to, say,
> http://example.com/reviews/, you can specify "/reviews/".
>  
> Note that this is the path relative to the domain and should not
> include the domain name.
>  
> The default is /
>  
> Root Path [/]: /reviews.localhost
>  
>  
> * What database type will you be using?
>  
> You can type either the name or the number from the list below.
>  
> (1) mysql
> (2) sqlite3 (not supported for production use)
>  
> Database Type: 1
>  
>  
> * What database name should Review Board use?
>  
> NOTE: You need to create this database and grant user modification
> rights before continuing. See your database documentation for more
> information.
>  
> The default is reviewboard
>  
> Database Name [reviewboard]:
>  
>  
> * What is the database server's address?
>  
> This should be specified in hostname:port form. The port is
> optional if you're using a standard port for the database type.
>  
> The default is localhost
>  
> Database Server [localhost]:
>  
>  
> * What is the login and password for this database?
>  
> This must be a user that has table creation and modification
> rights on the database you already specified.
>  
> Database Username: rb
>  
> Database Password:
>  
> Confirm Database Password:
>  
>  
> * What memcached host should be used?
>  
> This is in the format of hostname:port
>  
> The default is localhost:11211
>  
> Memcache Server [localhost:11211]:
>  
>  
> * Create an administrator account
>  
> To configure Review Board, you'll need an administrator account.
> It is advised to have one administrator and then use that account
> to grant administrator permissions to your personal user account.
>  
> If you plan to use NIS or LDAP, use an account name other than
> your NIS/LDAP account so as to prevent conflicts.
>  
> The default is admin
>  
> Username [admin]:
>  
> Password:
>  
> Confirm Password:
>  
> E-Mail Address: xxxxxxxx
>  
> Company/Organization Name (optional) :xxxxxxxxxx
>  
>  
> * Enable collection of data for better support
>  
> We would like to periodically collect data and statistics about
> your installation to provide a better support experience for you
> and your users.
>  
> The data collected includes basic information such as your company
> name, the version of Review Board, and the size of your install.
> It does NOT include confidential data such as source code. Data
> collected never leaves our server and is never given to any third
> parties for any purposes.
>  
> We use this to provide a user support page that's more specific to
> your server. We also use it to determine which versions to
> continue to support, and to help track how upgrades affect our
> number of bug reports and support incidents.
>  
> You can choose to turn this off at any time in Support Settings in
> Review Board.
>  
> Allow us to collect support data? [Y/n]: n
>  
>  
> * Installing the site...
> Building site directories ... OK
> Building site configuration files ... OK
> Creating database ...
> [!] Unable to execute the manager command syncdb: cannot import name
> default_storage
>  
> [!] Unable to execute the manager command registerscmtools: cannot
> import name default_storage
> OK
> Performing migrations ...
> [!] Unable to execute the manager command evolve: cannot import name
> default_storage
> OK
> Creating administrator account ... Traceback (most recent call last):
> File "/usr/local/bin/rb-site", line 9, in  
> load_entry_point('ReviewBoard==2.0.9', 'console_scripts', 'rb-site')()
> File
> "/usr/local/lib/python2.7/dist-packages/ReviewBoard-2.0.9-py2.7.egg/reviewboard/cmdline/rbsite.py",
>   
> line 1877, in main
> command.run()
> File
> "/usr/local/lib/python2.7/dist-packages/ReviewBoard-2.0.9-py2.7.egg/reviewboard/cmdline/rbsite.py",
>   
> line 1235, in run
> self.show_install_status()
> File
> "/usr/local/lib/python2.7/dist-packages/ReviewBoard-2.0.9-py2.7.egg/reviewboard/cmdline/rbsite.py",
>   
> line 1552, in show_install_status
> site.create_admin_user)
> File
> "/usr/local/lib/python2.7/dist-packages/ReviewBoard-2.0.9-py2.7.egg/reviewboard/cmdline/rbsite.py",
>   
> line 1078, in step
> func()
> File
> "/usr/local/lib/python2.7/dist-packages/ReviewBoard-2.0.9-py2.7.egg/reviewboard/cmdline/rbsite.py",
>   
> line 598, in create_admin_user
> self.admin_password)
> File
> "/usr/local/lib/python2.7/dist-packages/Django-1.6.8-py2.7.egg/django/contrib/auth/models.py",
>   
> line 195, in create_superuser
> **extra_fields)
> File
> "/usr/local/lib/python2.7/dist-packages/Django-1.6.8-py2.7.egg/django/contrib/auth/models.py",
>   
> line 186, in _create_user
> user.save(using=self._db)
> File
> "/usr/local/lib/python2.7/dist-packages/Django-1.6.8-py2.7.egg/django/db/models/base.py",
>   
> line 545, in save
> force_update=force_update, update_fields=update_fields)
> File
> "/usr/local/lib/python2.7/dist-packages/Django-1.6.8-py2.7.egg/django/db/models/base.py",
>   
> line 573, in save_base
> updated = self._save_table(raw, cls, force_insert, force_update, using,
> update_fields)
> File
> "/usr/local/lib/python2.7/dist-packages/Django-1.6.8-py2.7.egg/django/db/models/base.py",
>   
> line 654, in _save_table
> result = self._do_insert(cls._base_manager, using, fields, update_pk,
> raw)
> File
> "/usr/local/lib/python2.7/dist-packages/Django-1.6.8-py2.7.egg/django/db/models/base.py",
>   
> line 687, in _do_insert
> using=using, raw=raw)
> File
> "/usr/local/lib/python2.7/dist-packages/Django-1.6.8-py2.7.egg/django/db/models/manager.py",
>   
> line 232, in _insert
> return insert_query(self.model, objs, fields, **kwargs)
> File
> "/usr/local/lib/python2.7/dist-packages/Django-1.6.8-py2.7.egg/django/db/models/query.py",
>   
> line 1514, in insert_query
> return query.get_compiler(using=using).execute_sql(return_id)
> File
> "/usr/local/lib/python2.7/dist-packages/Django-1.6.8-py2.7.egg/django/db/models/sql/compiler.py",
>   
> line 903, in execute_sql
> cursor.execute(sql, params)
> File
> "/usr/local/lib/python2.7/dist-packages/Django-1.6.8-py2.7.egg/django/db/backends/util.py",
>   
> line 53, in execute
> return self.cursor.execute(sql, params)
> File
> "/usr/local/lib/python2.7/dist-packages/Django-1.6.8-py2.7.egg/django/db/utils.py",
>   
> line 99, in __exit__
> six.reraise(dj_exc_type, dj_exc_value, traceback)
> File
> "/usr/local/lib/python2.7/dist-packages/Django-1.6.8-py2.7.egg/django/db/backends/util.py",
>   
> line 53, in execute
> return self.cursor.execute(sql, params)
> File
> "/usr/local/lib/python2.7/dist-packages/Django-1.6.8-py2.7.egg/django/db/backends/mysql/base.py",
>   
> line 124, in execute
> return self.cursor.execute(query, args)
> File "/usr/lib/python2.7/dist-packages/MySQLdb/cursors.py", line 174, in
> execute
> self.errorhandler(self, exc, value)
> File "/usr/lib/python2.7/dist-packages/MySQLdb/connections.py", line 36,
> in defaulterrorhandler
> raise errorclass, errorvalue
> django.db.utils.ProgrammingError: (1146, "Table 'reviewboard.auth_user'
> doesn't exist")
>  
>  
>  
> Thanks & Regards,
>  
> *Anoop K. C.*
>  
>  
>  
> Baabte System Technologies Pvt Ltd.
>  
> *An ISO 9001:2008 certified company*
>  
> Mob : +91 9746854752 | Office :- +91 495-2295550
>  
> www.baabte.com | www.baabtra.com |
> www.massbaab.com
>  
> On Mon, Nov 24, 2014 at 2:27 PM, Christian Hammond > > wrote:
>  
> > Okay. First thing to try is to re-install Django from scratch:
> >
> > $ rm -rf /usr/local/lib/python2.7/dist-packages/Django-*
> > $ easy_install Django==1.6.8
> >
> > Then try to re-create the site and see if it goes any better. That'll help
> > determine whether or not it's a corrupt Django install.
> >
> > Christian
> >
> > --
> > Christian Hammond - christ...@beanbaginc.com
> > Review Board - https://www.reviewboard.org
> > Beanbag, Inc. - https://www.beanbaginc.com
> >
> > -----Original Message-----
> > From: anoop kc  
> > Reply: reviewboard@googlegroups.com >
> > Date: November 24, 2014 at 12:55:45 AM
> > To: Christian Hammond >
> > Cc: reviewboard@googlegroups.com >
> > Subject: Re: rb-site fails with django.db.utils.ProgrammingError: (1146,
> > "Table 'reviewboard.auth_user' doesn't exist")
> >
> > > Hi christian,
> > >
> > > The following are the outputs of the commands
> > >
> > > root@user-desktop:~# python
> > > Python 2.7.6 (default, Mar 22 2014, 22:59:56)
> > > [GCC 4.8.2] on linux2
> > > Type "help", "copyright", "credits" or "license" for more information.
> > > >>> import django
> > > >>> print django.__file__
> > >
> > /usr/local/lib/python2.7/dist-packages/Django-1.6.8-py2.7.egg/django/__init__.pyc
> >   
> > > >>>
> > >
> > >
> > >
> > > Thanks & Regards,
> > >
> > > *Anoop K. C.*
> > >
> > >
> > >
> > > Baabte System Technologies Pvt Ltd.
> > >
> > > *An ISO 9001:2008 certified company*
> > >
> > > Mob : +91 9746854752 | Office :- +91 495-2295550
> > >
> > > www.baabte.com | www.baabtra.com |
> > > www.massbaab.com
> > >
> > > On Mon, Nov 24, 2014 at 2:20 PM, Christian Hammond > > wrote:
> > >
> > > > Hi,
> > > >
> > > > Okay, the core problem is definitely those default_storage errors,
> > Those
> > > > are likely referring to the default_storage variable in Django, which
> > it
> > > > should definitely be able to find. I'm suspicious of the Django
> > install.
> > > >
> > > > Can you run this and show the output:
> > > >
> > > > $ python
> > > > >>> import django
> > > > >>> print django.__file__
> > > >
> > > > Show the full input and output.
> > > >
> > > > Christian
> > > >
> > > > --
> > > > Christian Hammond - christ...@beanbaginc.com
> > > > Review Board - https://www.reviewboard.org
> > > > Beanbag, Inc. - https://www.beanbaginc.com
> > > >
> > > > -----Original Message-----
> > > > From: anoop kc
> > > > Reply: reviewboard@googlegroups.com >
> > > > Date: November 24, 2014 at 12:45:26 AM
> > > > To: reviewboard@googlegroups.com >
> > > > Cc: an...@baabte.com >, christ...@beanbaginc.com <
> > > > christ...@beanbaginc.com>>
> > > > Subject: Re: rb-site fails with django.db.utils.ProgrammingError:
> > (1146,
> > > > "Table 'reviewboard.auth_user' doesn't exist")
> > > >
> > > > > Hi hristian,
> > > > >
> > > > > Than you very much for the quick response.
> > > > >
> > > > > The version of review board is 2.0.9 and I installed it using
> > > > *easy_install
> > > > > reviewboard==2.0.9* . The following is the full log of the command as
> > > > well
> > > > > as output
> > > > >
> > > > > root@user-desktop:~# rb-site install /var/www/reviews.localhost
> > > > >
> > > > >
> > > > > * Welcome to the Review Board site installation wizard
> > > > >
> > > > > This will prepare a Review Board site installation in:
> > > > >
> > > > > /var/www/reviews.localhost
> > > > >
> > > > > We need to know a few things before we can prepare your site for
> > > > > installation. This will only take a few minutes.
> > > > >
> > > > >
> > > > > * Make sure you have the modules you need
> > > > >
> > > > > Depending on your installation, you may need certain Python
> > > > > modules and servers that are missing.
> > > > >
> > > > > If you need support for any of the following, you will need to
> > > > > install the necessary modules and restart the install.
> > > > >
> > > > > Databases (optional):
> > > > > * PostgreSQL (psycopg2)
> > > > >
> > > > >
> > > > > * What's the host name for this site?
> > > > >
> > > > > This should be the fully-qualified host name without the http://,
> > > > > port or path.
> > > > >
> > > > > Domain Name: localhost
> > > > >
> > > > >
> > > > > * What URL path points to Review Board?
> > > > >
> > > > > Typically, Review Board exists at the root of a URL. For example,
> > > > > http://reviews.example.com/. In this case, you would specify "/".
> > > > >
> > > > > However, if you want to listen to, say,
> > > > > http://example.com/reviews/, you can specify "/reviews/".
> > > > >
> > > > > Note that this is the path relative to the domain and should not
> > > > > include the domain name.
> > > > >
> > > > > The default is /
> > > > >
> > > > > Root Path [/]: /reviews.localhost
> > > > >
> > > > >
> > > > > * What database type will you be using?
> > > > >
> > > > > You can type either the name or the number from the list below.
> > > > >
> > > > > (1) mysql
> > > > > (2) sqlite3 (not supported for production use)
> > > > >
> > > > > Database Type: 1
> > > > >
> > > > >
> > > > > * What database name should Review Board use?
> > > > >
> > > > > NOTE: You need to create this database and grant user modification
> > > > > rights before continuing. See your database documentation for more
> > > > > information.
> > > > >
> > > > > The default is reviewboard
> > > > >
> > > > > Database Name [reviewboard]:
> > > > >
> > > > >
> > > > > * What is the database server's address?
> > > > >
> > > > > This should be specified in hostname:port form. The port is
> > > > > optional if you're using a standard port for the database type.
> > > > >
> > > > > The default is localhost
> > > > >
> > > > > Database Server [localhost]:
> > > > >
> > > > >
> > > > > * What is the login and password for this database?
> > > > >
> > > > > This must be a user that has table creation and modification
> > > > > rights on the database you already specified.
> > > > >
> > > > > Database Username: rb
> > > > >
> > > > > Database Password:
> > > > >
> > > > > Confirm Database Password:
> > > > >
> > > > >
> > > > > * What memcached host should be used?
> > > > >
> > > > > This is in the format of hostname:port
> > > > >
> > > > > The default is localhost:11211
> > > > >
> > > > > Memcache Server [localhost:11211]:
> > > > >
> > > > >
> > > > > * Create an administrator account
> > > > >
> > > > > To configure Review Board, you'll need an administrator account.
> > > > > It is advised to have one administrator and then use that account
> > > > > to grant administrator permissions to your personal user account.
> > > > >
> > > > > If you plan to use NIS or LDAP, use an account name other than
> > > > > your NIS/LDAP account so as to prevent conflicts.
> > > > >
> > > > > The default is admin
> > > > >
> > > > > Username [admin]: admin
> > > > >
> > > > > Password:
> > > > >
> > > > > Confirm Password:
> > > > >
> > > > > E-Mail Address: xxxxxxxxxx
> > > > >
> > > > > Company/Organization Name (optional):xxxxxxxxxx
> > > > >
> > > > >
> > > > > * Enable collection of data for better support
> > > > >
> > > > > We would like to periodically collect data and statistics about
> > > > > your installation to provide a better support experience for you
> > > > > and your users.
> > > > >
> > > > > The data collected includes basic information such as your company
> > > > > name, the version of Review Board, and the size of your install.
> > > > > It does NOT include confidential data such as source code. Data
> > > > > collected never leaves our server and is never given to any third
> > > > > parties for any purposes.
> > > > >
> > > > > We use this to provide a user support page that's more specific to
> > > > > your server. We also use it to determine which versions to
> > > > > continue to support, and to help track how upgrades affect our
> > > > > number of bug reports and support incidents.
> > > > >
> > > > > You can choose to turn this off at any time in Support Settings in
> > > > > Review Board.
> > > > >
> > > > > Allow us to collect support data? [Y/n]: n
> > > > >
> > > > >
> > > > > * Installing the site...
> > > > > Building site directories ... OK
> > > > > Building site configuration files ... OK
> > > > > Creating database ...
> > > > > [!] Unable to execute the manager command syncdb: cannot import name
> > > > > default_storage
> > > > >
> > > > > [!] Unable to execute the manager command registerscmtools: cannot
> > > > > import name default_storage
> > > > > OK
> > > > > Performing migrations ...
> > > > > [!] Unable to execute the manager command evolve: cannot import name
> > > > > default_storage
> > > > > OK
> > > > > Creating administrator account ... Traceback (most recent call last):
> > > > > File "/usr/local/bin/rb-site", line 9, in
> > > > > load_entry_point('ReviewBoard==2.0.9', 'console_scripts',
> > 'rb-site')()
> > > > > File
> > > > >
> > > >
> > "/usr/local/lib/python2.7/dist-packages/ReviewBoard-2.0.9-py2.7.egg/reviewboard/cmdline/rbsite.py",
> >   
> > > > > line 1877, in main
> > > > > command.run()
> > > > > File
> > > > >
> > > >
> > "/usr/local/lib/python2.7/dist-packages/ReviewBoard-2.0.9-py2.7.egg/reviewboard/cmdline/rbsite.py",
> >   
> > > > > line 1235, in run
> > > > > self.show_install_status()
> > > > > File
> > > > >
> > > >
> > "/usr/local/lib/python2.7/dist-packages/ReviewBoard-2.0.9-py2.7.egg/reviewboard/cmdline/rbsite.py",
> >   
> > > > > line 1552, in show_install_status
> > > > > site.create_admin_user)
> > > > > File
> > > > >
> > > >
> > "/usr/local/lib/python2.7/dist-packages/ReviewBoard-2.0.9-py2.7.egg/reviewboard/cmdline/rbsite.py",
> >   
> > > > > line 1078, in step
> > > > > func()
> > > > > File
> > > > >
> > > >
> > "/usr/local/lib/python2.7/dist-packages/ReviewBoard-2.0.9-py2.7.egg/reviewboard/cmdline/rbsite.py",
> >   
> > > > > line 598, in create_admin_user
> > > > > self.admin_password)
> > > > > File
> > > > >
> > > >
> > "/usr/local/lib/python2.7/dist-packages/Django-1.6.8-py2.7.egg/django/contrib/auth/models.py",
> >   
> > > > > line 195, in create_superuser
> > > > > **extra_fields)
> > > > > File
> > > > >
> > > >
> > "/usr/local/lib/python2.7/dist-packages/Django-1.6.8-py2.7.egg/django/contrib/auth/models.py",
> >   
> > > > > line 186, in _create_user
> > > > > user.save(using=self._db)
> > > > > File
> > > > >
> > > >
> > "/usr/local/lib/python2.7/dist-packages/Django-1.6.8-py2.7.egg/django/db/models/base.py",
> >   
> > > > > line 545, in save
> > > > > force_update=force_update, update_fields=update_fields)
> > > > > File
> > > > >
> > > >
> > "/usr/local/lib/python2.7/dist-packages/Django-1.6.8-py2.7.egg/django/db/models/base.py",
> >   
> > > > > line 573, in save_base
> > > > > updated = self._save_table(raw, cls, force_insert, force_update,
> > using,
> > > > > update_fields)
> > > > > File
> > > > >
> > > >
> > "/usr/local/lib/python2.7/dist-packages/Django-1.6.8-py2.7.egg/django/db/models/base.py",
> >   
> > > > > line 654, in _save_table
> > > > > result = self._do_insert(cls._base_manager, using, fields, update_pk,
> > > > > raw)
> > > > > File
> > > > >
> > > >
> > "/usr/local/lib/python2.7/dist-packages/Django-1.6.8-py2.7.egg/django/db/models/base.py",
> >   
> > > > > line 687, in _do_insert
> > > > > using=using, raw=raw)
> > > > > File
> > > > >
> > > >
> > "/usr/local/lib/python2.7/dist-packages/Django-1.6.8-py2.7.egg/django/db/models/manager.py",
> >   
> > > > > line 232, in _insert
> > > > > return insert_query(self.model, objs, fields, **kwargs)
> > > > > File
> > > > >
> > > >
> > "/usr/local/lib/python2.7/dist-packages/Django-1.6.8-py2.7.egg/django/db/models/query.py",
> >   
> > > > > line 1514, in insert_query
> > > > > return query.get_compiler(using=using).execute_sql(return_id)
> > > > > File
> > > > >
> > > >
> > "/usr/local/lib/python2.7/dist-packages/Django-1.6.8-py2.7.egg/django/db/models/sql/compiler.py",
> >   
> > > > > line 903, in execute_sql
> > > > > cursor.execute(sql, params)
> > > > > File
> > > > >
> > > >
> > "/usr/local/lib/python2.7/dist-packages/Django-1.6.8-py2.7.egg/django/db/backends/util.py",
> >   
> > > > > line 53, in execute
> > > > > return self.cursor.execute(sql, params)
> > > > > File
> > > > >
> > > >
> > "/usr/local/lib/python2.7/dist-packages/Django-1.6.8-py2.7.egg/django/db/utils.py",
> >   
> > > > > line 99, in __exit__
> > > > > six.reraise(dj_exc_type, dj_exc_value, traceback)
> > > > > File
> > > > >
> > > >
> > "/usr/local/lib/python2.7/dist-packages/Django-1.6.8-py2.7.egg/django/db/backends/util.py",
> >   
> > > > > line 53, in execute
> > > > > return self.cursor.execute(sql, params)
> > > > > File
> > > > >
> > > >
> > "/usr/local/lib/python2.7/dist-packages/Django-1.6.8-py2.7.egg/django/db/backends/mysql/base.py",
> >   
> > > > > line 124, in execute
> > > > > return self.cursor.execute(query, args)
> > > > > File "/usr/lib/python2.7/dist-packages/MySQLdb/cursors.py", line
> > 174, in
> > > > > execute
> > > > > self.errorhandler(self, exc, value)
> > > > > File "/usr/lib/python2.7/dist-packages/MySQLdb/connections.py", line
> > 36,
> > > > > in defaulterrorhandler
> > > > > raise errorclass, errorvalue
> > > > > django.db.utils.ProgrammingError: (1146, "Table
> > 'reviewboard.auth_user'
> > > > > doesn't exist")
> > > > >
> > > > > On Monday, November 24, 2014 12:46:43 PM UTC+5:30, Christian Hammond
> > > > wrote:
> > > > > >
> > > > > > Hi,
> > > > > >
> > > > > > You definitely want Django 1.6.8 for Review Board 2.0.x.
> > > > > >
> > > > > > Can you try deleting and re-creating both the database and site
> > again,
> > > > and
> > > > > > showing a full log of all commands you run and all output? This
> > will
> > > > help
> > > > > > us to know what went wrong.
> > > > > >
> > > > > > The errors below look like some sort of broken install. What
> > version of
> > > > > > Review Board are you using, and how did you install it?
> > > > > >
> > > > > > Christian
> > > > > >
> > > > > > --
> > > > > > Christian Hammond - chri...@beanbaginc.com
> > > > > > Review Board - https://www.reviewboard.org
> > > > > > Beanbag, Inc. - https://www.beanbaginc.com
> > > > > >
> > > > > > -----Original Message-----
> > > > > > From: anoop kc >
> > > > > > Reply: revie...@googlegroups.com > > >>
> > > > > > Date: November 23, 2014 at 10:40:20 PM
> > > > > > To: revie...@googlegroups.com > > >>
> > > > > > Subject: rb-site fails with django.db.utils.ProgrammingError:
> > (1146,
> > > > > > "Table 'reviewboard.auth_user' doesn't exist")
> > > > > >
> > > > > > > Hi Folks,
> > > > > > >
> > > > > > > I am new to reviewboard, so please excuse me if this question is
> > on a
> > > > > > > novice level.
> > > > > > >
> > > > > > > I was trying to install reviewboard on one of our linux machines
> > -
> > > > > > Ubuntu
> > > > > > > 14.04.1 LTS. Everything went well untill I tried to run the
> > rb-site
> > > > > > > command. I have created a mysql database for reviewboard and a
> > user
> > > > with
> > > > > > > all privileges on the database. When I filled up all the details
> > and
> > > > > > > pressed enter, my site generation task failed with the following
> > > > error
> > > > > > >
> > > > > > > django.db.utils.ProgrammingError: (1146, "Table
> > > > 'reviewboard.auth_user'
> > > > > > > doesn't exist")
> > > > > > >
> > > > > > > on the top of the log I can also see errors like
> > > > > > >
> > > > > > > Creating database ...
> > > > > > > [!] Unable to execute the manager command syncdb: cannot import
> > name
> > > > > > > default_storage
> > > > > > >
> > > > > > > [!] Unable to execute the manager command registerscmtools:
> > cannot
> > > > > > > import name default_storage
> > > > > > > OK
> > > > > > > Performing migrations ...
> > > > > > > [!] Unable to execute the manager command evolve: cannot import
> > name
> > > > > > > default_storage
> > > > > > > OK
> > > > > > >
> > > > > > > my django version is 1.6.8. I had a look at another thread on
> > google
> > > > > > groups
> > > > > > > which proposes a workaround of replacing django 1.6.8 with
> > 1.4.13 to
> > > > > > solve
> > > > > > > the issue. But then my rb-site task does not run saying that it
> > > > needs a
> > > > > > > django version which should be >1.6 and <1.7.
> > > > > > >
> > > > > > > Any help is highly appreciated.
> > > > > > >
> > > > > > >
> > > > > > > --
> > > > > > > Get the Review Board Power Pack at
> > > > http://www.reviewboard.org/powerpack/
> > > > > > > ---
> > > > > > > Sign up for Review Board hosting at RBCommons:
> > > > https://rbcommons.com/
> > > > > > > ---
> > > > > > > Happy user? Let us know at http://www.reviewboard.org/users/
> > > > > > > ---
> > > > > > > You received this message because you are subscribed to the
> > Google
> > > > > > Groups "reviewboard"
> > > > > > > group.
> > > > > > > To unsubscribe from this group and stop receiving emails from it,
> > > > send
> > > > > > an email to reviewboard...@googlegroups.com .
> > > > > > > For more options, visit https://groups.google.com/d/optout.
> > > > > > >
> > > > > >
> > > > > >
> > > > >
> > > > > --
> > > > > Get the Review Board Power Pack at
> > http://www.reviewboard.org/powerpack/
> > > > > ---
> > > > > Sign up for Review Board hosting at RBCommons:
> > https://rbcommons.com/
> > > > > ---
> > > > > Happy user? Let us know at http://www.reviewboard.org/users/
> > > > > ---
> > > > > You received this message because you are subscribed to the Google
> > > > Groups "reviewboard"
> > > > > group.
> > > > > To unsubscribe from this group and stop receiving emails from it,
> > send
> > > > an email to reviewboard+unsubscr...@googlegroups.com.
> > > > > For more options, visit https://groups.google.com/d/optout.
> > > > >
> > > >
> > > >
> > >
> > > --
> > > Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
> > > ---
> > > Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
> > > ---
> > > Happy user? Let us know at http://www.reviewboard.org/users/
> > > ---
> > > You received this message because you are subscribed to the Google
> > Groups "reviewboard"
> > > group.
> > > To unsubscribe from this group and stop receiving emails from it, send
> > an email to reviewboard+unsubscr...@googlegroups.com.
> > > For more options, visit https://groups.google.com/d/optout.
> > >
> >
> >
>  

-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to