Also while running I get this out put -

$ python manage.py jenkins
Creating test database for alias 'default'...
Got an error creating the test database: (1007, "Can't create database 
'test_abc'; database exists")
Destroying old test database 'default'...
Could not remove foreign key contraint: Cannot find a FOREIGN KEY 
constraint on table easy_thumbnails_source, column storage_new_id
Could not remove foreign key contraint: Cannot find a FOREIGN KEY 
constraint on table easy_thumbnails_thumbnail, column storage_new_id
....EE..E.EEEE..........EEEE..........EE.EE.....EEEEEEE...EE...........EEEEEEE..EE..E...EE..E.EEE..EE.....................................F.........

and it keeps going..

what does it mean? Is this got stuck somewhere?

On Friday, March 8, 2013 1:28:19 PM UTC-5, Jaimin Patel wrote:
>
>
> I am running into below error while running jenkins for my django project -
>
> File 
> "/Library/Python/2.7/site-packages/easy_thumbnails/migrations/0015_auto__del_unique_thumbnail_name_storage_hash__add_unique_thumbnail_sou.py",
>  
> line 12, in forwards
>     db.delete_unique('easy_thumbnails_thumbnail', ['name', 'storage_hash'])
>   File "/Library/Python/2.7/site-packages/south/db/generic.py", line 479, 
> in delete_unique
>     raise ValueError("Cannot find a UNIQUE constraint on table %s, columns 
> %r" % (table_name, columns))
> ValueError: Cannot find a UNIQUE constraint on table 
> easy_thumbnails_thumbnail, columns ['name', 'storage_hash']
>
> you can find the details error message -
>
> https://github.com/SmileyChris/easy-thumbnails/issues/208
>
> Any idea what might be wrong?
>
> Thanks.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to