I've been using Django-Nonrel for development in the Windows environment and everything has been working smoothly. However, I now have to convert my development to Ubuntu and I am encountering problems with my source code.
I am using Ubuntu 11.04 and have installed the GAE SDK 1.6.1, python- mysqldb, and have Python 2.7 in the system. The first thing I did was clone the source from bitbucket, then I ran the syncdb command and loaddata from fixtures. I can see the datastore file inside the .gaedata folder. I've tried to go into the application with 'manage.py shell' command and I can see the Site there. I've also tried to remove everything and manually create the Site in the shell but I am still getting the 'Site matching query does not exist' error when I try to access the site through runserver locally. Some threads are suggesting that the datastore file is in a different location (perhaps, in memory?). But I have no idea where to look. I debugged the code to make sure the proper SITE_ID was passed into the query. However, the query always comes back empty.... Is it me, django-nonrel, appengine, ubuntu or what?? :S I'm at a lost and would greatly appreciate any sort of help on this. Thanks in advance. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
