|
I install pydev and checkout last version OSQA. I import OSQA in my pydev installation and create my settings_local.py file:
When I execute Django > Syn DB (manage.py syncdb) It returns with an error: E
Any idea to help me to eliminate this error? |
|
Guillaume, this will be something we can probably help with more easily in the OSQA online chat. Feel free to lurk/idle in the chatroom until one of us becomes available, and we'll do what we can to try to figure this out with you. One thing that occurs to me is that there was an old I've had the same error running from the commandline. Going back through older versions it seems that the problem started with revision 156. Previous versions work ok.
(09 May '10, 15:07)
Rich Seller
|
|
I just grabbed the latest PyDev from Aptana and made a new project with the latest SVN sources. It appears that one of the changes in the most recent PyDev is improved Django support and it made the whole thing a little easier. Make sure you Python interpreter is properly configured with access to all your required libs/eggs, set up your settings_local.py, and then use the "Django -> Custom command" form the project context menu (I just right-click the project and select it.) Enter PS - I checked in updated |
|
I had the same issue as you running syncdb from the commandline. I found that if I checked out revision 155, then ran To do this I ran the following commands. Check out the 155 revision:
Configure database for 155 revision:
Update to latest revision:
Migrate database to latest revision:
|
Hey @gsempe, sorry I saw you were on the chat room but we were on a conference call and nobody took a minute to answer, sorry. Which version of django are you using?
I got the same error on revision 185 running from the command line.
I use django 1.1.1