johnmnemonik / django-photologue

Automatically exported from code.google.com/p/django-photologue
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

AccessInit: hash collision: 3 for both 1 and 1 #164

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. New django (1.3) project
2. photologue to INSTALLED_APP
3. ./manange.py syncdb

What is the expected output? What do you see instead?
python manage.py sql all
AccessInit: hash collision: 3 for both 1 and 1

What version of the product are you using? On what operating system?
Django 1.3
Calculate Linux 11.6

Please provide any additional information below.

Original issue reported on code.google.com by snnw...@gmail.com on 1 Jul 2011 at 7:59

GoogleCodeExporter commented 8 years ago
I was having this in Eclipse when tried to run syncdb command with Eclipse gui 
(from pydev, set project type to django). It was about PIL was not in Eclipse's 
PATH.

Original comment by Apoll...@gmail.com on 17 Apr 2012 at 12:08