I managed to get my django project running on gae using djangoappengine-nonrel. It is able to use sqlite3 which was my db in django project to start with.
Now I am trying to do a background schedule script which some one suggested to use cron.yaml but it seems my cron entry and app.yaml handler entry are not being scheduled.
any one using gae cron.yaml + app.yaml for scheduling and dae-nonrel for running django project ?
Regards,
Miten.