------------------------------------------------------------------------------
To reply, visit https://hellosplat.com/s/beanbag/tickets/4686/
------------------------------------------------------------------------------

New ticket #4686 by stevej
For Beanbag, Inc. > Djblets

Status: New
Tags: Priority:Medium, Project:RBTools


------------------------------------------------------------------------------
Initial migration for siteconfig fails because django_site table doesn't exist 
yet.
==============================================================================

# What version of Djblets are you using?
1.0.5

# Which module(s) have the problem?
siteconfig

# What steps will reproduce the problem?
1. Perform an initial migration by running `django-admin migrate --run-syncdb`


# What is the expected output? What do you see instead?
Expected migrations to complete successfully.
Got an error: django.db.utils.ProgrammingError: relation “django_site” does not 
exist


# What version of Python and Django?
Python 2.7.14
Django 1.9.12

# Please provide any additional information below.
I can work around the problem by executing migrations in 2 stages as follows:
```
django-admin migrate
django-admin migrate --run-syncdb
```
I had to figure out the workaround though, and it would be nice if that was not 
necessary.

------------------------------------------------------------------------------

-- 
You received this message because you are subscribed to the Google Groups 
"reviewboard-issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.

Reply via email to