Hi Kelly!

You don't need the syncdb command with app-engine-patch, since unlike
mysql, the necessary datastore "tables" will be created on the fly.
I haven't really used the admin in app-engine-patch myself yet, but I
have seen it work in the sample project that is provided with
app-engine-patch.
To use the admin, however, you must use the repository version of
app-engine-patch, the latest release doesn't yet include the admin.
When you click the "Source" tab on the project page, you will find a
link to the different Mercurial repositories that app-engine-patch
uses.

http://code.google.com/p/app-engine-patch/wiki/GettingTheSource?tm=4

You will probably want to check out the sample project. You can either
install a Mercurial client and clone the repository, or can use the
download-option that bitbucket provides.
Be aware, however, that you are using a version that is under constant
development now, so things might break when introducing new features,
or some things may be incomplete.

Best Regards,

Jesaja Everling


On Fri, Jan 30, 2009 at 7:44 PM, metametagirl <[email protected]> wrote:
>
> I'm trying to start a new app using Django 1.0 with the app-engine-
> patch.  I'm used to using MySQL but I'm new to this datastore.  The
> Django tutorial says to run 'python manage.py syncdb' to create the
> tables, but this doesn't work for me in my development environment.
> Is this step necessary when using this combination of technologies
> (Django 1.0 + app-engine-patch)?
>
> Also, how do you invoke the Django admin in the development
> environment?  My understanding is that it won't work once you upload
> the app to GAE, but that there should be a way to make it work in the
> dev environment.
>
>> python manage.py syncdb
> WARNING:root:Could not read datastore data from /var/folders/bz/
> bzgZyG4mE5adBq+imZYFdk+++TI/-Tmp-/django_myapp.datastore
> WARNING:root:Could not initialize images API; you are likely missing
> the Python "PIL" module. ImportError: No module named PIL
> Unknown command: 'syncdb'
> Type 'manage.py help' for usage.
>
> Thanks in advance,
> Kelly
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to