Re: Syncdb is producing different databases on different machines.

2012-09-13 Thread Brian McKeever
I appreciate your help. Thank you.

On Wednesday, September 12, 2012 11:28:44 AM UTC-6, Brian McKeever wrote:
>
> I actually figured it out.
>
> I created a new virtualenv on my development machine and installed the 
> requirements to it, and from that virtualenv, syncdb fails to install the 
> invitationuser table. I guess whoever is in charge of the django-invitation 
> repository introduced a bug without changing the version number.
>
> On Wednesday, September 12, 2012 11:23:11 AM UTC-6, Cal Leeming 
> [Simplicity Media Ltd] wrote:
>>
>> lol wtf.
>>
>> Perhaps the code on the production server isn't fully up to date? Did you 
>> check the database to ensure the table definitely doesn't already exist? 
>> Did you try running "manage.py sql" on the production server to see if the 
>> SQL is printed out for the missing table?
>>
>> Cal
>>
>> On Wed, Sep 12, 2012 at 6:14 PM, Brian McKeever  wrote:
>>
>>> I am not using any database router.
>>>
>>> These are my database settings:
>>> DATABASES = {
>>> 'default': {
>>> 'ENGINE': 'django.db.backends.postgresql_psycopg2',
>>> 'NAME': 'my database name',
>>> 'USER': 'my admin name',
>>> 'HOST': 'localhost',
>>> 'PASSWORD' : 'my password'
>>>
>>> }
>>> }
>>>
>>> On Wednesday, September 12, 2012 11:02:10 AM UTC-6, Cal Leeming 
>>> [Simplicity Media Ltd] wrote:
>>>
 Are you using any sort of custom db router? (look for DATABASE_ROUTERS 
 in settings).

 On Wed, Sep 12, 2012 at 5:05 PM, Brian McKeever wrote:

> On my development machine, upon freshly creating my postgresql 
> database, when I run syncdb, it creates two invitation tables - 
> invitation_invitationkey and invitation_invitationuser. 
> On my production server, upon freshly creating my postgresql database, 
> when I run syncdb, it only creates invitation_invitationkey. Why isn't it 
> creating the invitationuser table?
>
> Both machines have the same revision of code.
> Both machines are using virtualenvs with the same packages installed 
> including the same version numbers. 
> Both tables belong to the django-invitation package.
>
> I don't know how to go about debugging this. Any help would be 
> appreciated. Thank you.
>
>  -- 
> You received this message because you are subscribed to the Google 
> Groups "Django users" group.
> To view this discussion on the web visit https://groups.google.com/d/*
> *msg/django-users/-/**ixGlcrj7IhMJ
> .
> To post to this group, send email to django...@googlegroups.com.
> To unsubscribe from this group, send email to django-users...@**
> googlegroups.com.
>
> For more options, visit this group at http://groups.google.com/**
> group/django-users?hl=en
> .
>

  -- 
>>> You received this message because you are subscribed to the Google 
>>> Groups "Django users" group.
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msg/django-users/-/4PQIkM_FwO0J.
>>>
>>> To post to this group, send email to django...@googlegroups.com.
>>> To unsubscribe from this group, send email to 
>>> django-users...@googlegroups.com.
>>> For more options, visit this group at 
>>> http://groups.google.com/group/django-users?hl=en.
>>>
>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/django-users/-/6FoPmjHG7BAJ.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: Syncdb is producing different databases on different machines.

2012-09-12 Thread Brian McKeever
I actually figured it out.

I created a new virtualenv on my development machine and installed the 
requirements to it, and from that virtualenv, syncdb fails to install the 
invitationuser table. I guess whoever is in charge of the django-invitation 
repository introduced a bug without changing the version number.

On Wednesday, September 12, 2012 11:23:11 AM UTC-6, Cal Leeming [Simplicity 
Media Ltd] wrote:
>
> lol wtf.
>
> Perhaps the code on the production server isn't fully up to date? Did you 
> check the database to ensure the table definitely doesn't already exist? 
> Did you try running "manage.py sql" on the production server to see if the 
> SQL is printed out for the missing table?
>
> Cal
>
> On Wed, Sep 12, 2012 at 6:14 PM, Brian McKeever  > wrote:
>
>> I am not using any database router.
>>
>> These are my database settings:
>> DATABASES = {
>> 'default': {
>> 'ENGINE': 'django.db.backends.postgresql_psycopg2',
>> 'NAME': 'my database name',
>> 'USER': 'my admin name',
>> 'HOST': 'localhost',
>> 'PASSWORD' : 'my password'
>>
>> }
>> }
>>
>> On Wednesday, September 12, 2012 11:02:10 AM UTC-6, Cal Leeming 
>> [Simplicity Media Ltd] wrote:
>>
>>> Are you using any sort of custom db router? (look for DATABASE_ROUTERS 
>>> in settings).
>>>
>>> On Wed, Sep 12, 2012 at 5:05 PM, Brian McKeever wrote:
>>>
 On my development machine, upon freshly creating my postgresql 
 database, when I run syncdb, it creates two invitation tables - 
 invitation_invitationkey and invitation_invitationuser. 
 On my production server, upon freshly creating my postgresql database, 
 when I run syncdb, it only creates invitation_invitationkey. Why isn't it 
 creating the invitationuser table?

 Both machines have the same revision of code.
 Both machines are using virtualenvs with the same packages installed 
 including the same version numbers. 
 Both tables belong to the django-invitation package.

 I don't know how to go about debugging this. Any help would be 
 appreciated. Thank you.

  -- 
 You received this message because you are subscribed to the Google 
 Groups "Django users" group.
 To view this discussion on the web visit https://groups.google.com/d/**
 msg/django-users/-/**ixGlcrj7IhMJ
 .
 To post to this group, send email to django...@googlegroups.com.
 To unsubscribe from this group, send email to django-users...@**
 googlegroups.com.

 For more options, visit this group at http://groups.google.com/**
 group/django-users?hl=en
 .

>>>
>>>  -- 
>> You received this message because you are subscribed to the Google Groups 
>> "Django users" group.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msg/django-users/-/4PQIkM_FwO0J.
>>
>> To post to this group, send email to django...@googlegroups.com
>> .
>> To unsubscribe from this group, send email to 
>> django-users...@googlegroups.com .
>> For more options, visit this group at 
>> http://groups.google.com/group/django-users?hl=en.
>>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/django-users/-/tH0YX_m2330J.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: Syncdb is producing different databases on different machines.

2012-09-12 Thread Cal Leeming [Simplicity Media Ltd]
lol wtf.

Perhaps the code on the production server isn't fully up to date? Did you
check the database to ensure the table definitely doesn't already exist?
Did you try running "manage.py sql" on the production server to see if the
SQL is printed out for the missing table?

Cal

On Wed, Sep 12, 2012 at 6:14 PM, Brian McKeever  wrote:

> I am not using any database router.
>
> These are my database settings:
> DATABASES = {
> 'default': {
> 'ENGINE': 'django.db.backends.postgresql_psycopg2',
> 'NAME': 'my database name',
> 'USER': 'my admin name',
> 'HOST': 'localhost',
> 'PASSWORD' : 'my password'
>
> }
> }
>
> On Wednesday, September 12, 2012 11:02:10 AM UTC-6, Cal Leeming
> [Simplicity Media Ltd] wrote:
>
>> Are you using any sort of custom db router? (look for DATABASE_ROUTERS in
>> settings).
>>
>> On Wed, Sep 12, 2012 at 5:05 PM, Brian McKeever  wrote:
>>
>>> On my development machine, upon freshly creating my postgresql database,
>>> when I run syncdb, it creates two invitation tables -
>>> invitation_invitationkey and invitation_invitationuser.
>>> On my production server, upon freshly creating my postgresql database,
>>> when I run syncdb, it only creates invitation_invitationkey. Why isn't it
>>> creating the invitationuser table?
>>>
>>> Both machines have the same revision of code.
>>> Both machines are using virtualenvs with the same packages installed
>>> including the same version numbers.
>>> Both tables belong to the django-invitation package.
>>>
>>> I don't know how to go about debugging this. Any help would be
>>> appreciated. Thank you.
>>>
>>>  --
>>> You received this message because you are subscribed to the Google
>>> Groups "Django users" group.
>>> To view this discussion on the web visit https://groups.google.com/d/**
>>> msg/django-users/-/**ixGlcrj7IhMJ
>>> .
>>> To post to this group, send email to django...@googlegroups.com.
>>> To unsubscribe from this group, send email to django-users...@**
>>> googlegroups.com.
>>>
>>> For more options, visit this group at http://groups.google.com/**
>>> group/django-users?hl=en
>>> .
>>>
>>
>>  --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/django-users/-/4PQIkM_FwO0J.
>
> To post to this group, send email to django-users@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>

-- 
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 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: Syncdb is producing different databases on different machines.

2012-09-12 Thread Brian McKeever
I am not using any database router.

These are my database settings:
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.postgresql_psycopg2',
'NAME': 'my database name',
'USER': 'my admin name',
'HOST': 'localhost',
'PASSWORD' : 'my password'
}
}

On Wednesday, September 12, 2012 11:02:10 AM UTC-6, Cal Leeming [Simplicity 
Media Ltd] wrote:
>
> Are you using any sort of custom db router? (look for DATABASE_ROUTERS in 
> settings).
>
> On Wed, Sep 12, 2012 at 5:05 PM, Brian McKeever  > wrote:
>
>> On my development machine, upon freshly creating my postgresql database, 
>> when I run syncdb, it creates two invitation tables - 
>> invitation_invitationkey and invitation_invitationuser. 
>> On my production server, upon freshly creating my postgresql database, 
>> when I run syncdb, it only creates invitation_invitationkey. Why isn't it 
>> creating the invitationuser table?
>>
>> Both machines have the same revision of code.
>> Both machines are using virtualenvs with the same packages installed 
>> including the same version numbers. 
>> Both tables belong to the django-invitation package.
>>
>> I don't know how to go about debugging this. Any help would be 
>> appreciated. Thank you.
>>
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "Django users" group.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msg/django-users/-/ixGlcrj7IhMJ.
>> To post to this group, send email to django...@googlegroups.com
>> .
>> To unsubscribe from this group, send email to 
>> django-users...@googlegroups.com .
>> For more options, visit this group at 
>> http://groups.google.com/group/django-users?hl=en.
>>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/django-users/-/4PQIkM_FwO0J.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: Syncdb is producing different databases on different machines.

2012-09-12 Thread Cal Leeming [Simplicity Media Ltd]
Are you using any sort of custom db router? (look for DATABASE_ROUTERS in
settings).

On Wed, Sep 12, 2012 at 5:05 PM, Brian McKeever  wrote:

> On my development machine, upon freshly creating my postgresql database,
> when I run syncdb, it creates two invitation tables -
> invitation_invitationkey and invitation_invitationuser.
> On my production server, upon freshly creating my postgresql database,
> when I run syncdb, it only creates invitation_invitationkey. Why isn't it
> creating the invitationuser table?
>
> Both machines have the same revision of code.
> Both machines are using virtualenvs with the same packages installed
> including the same version numbers.
> Both tables belong to the django-invitation package.
>
> I don't know how to go about debugging this. Any help would be
> appreciated. Thank you.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/django-users/-/ixGlcrj7IhMJ.
> To post to this group, send email to django-users@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>

-- 
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 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Syncdb is producing different databases on different machines.

2012-09-12 Thread Brian McKeever
On my development machine, upon freshly creating my postgresql database, 
when I run syncdb, it creates two invitation tables - 
invitation_invitationkey and invitation_invitationuser. 
On my production server, upon freshly creating my postgresql database, when 
I run syncdb, it only creates invitation_invitationkey. Why isn't it 
creating the invitationuser table?

Both machines have the same revision of code.
Both machines are using virtualenvs with the same packages installed 
including the same version numbers. 
Both tables belong to the django-invitation package.

I don't know how to go about debugging this. Any help would be appreciated. 
Thank you.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/django-users/-/ixGlcrj7IhMJ.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.