Hi all, I've created a sample Facebook app via the instructions at http://devcenter.heroku.com/articles/facebook. It's working (except for local development, which is a different story), so my next step is to get a db up and running on the back end. For now I have installed the justonedb add on (because of the amount of traffic you get for free), but am not tied to any technology at the moment.
I've spent quite a while trying to find a resource guiding me how to create the schema/create seed data, and push it out to the host (justone db in this case I think), and how to query it from within the app, but haven't found anything. I've found resources for django using postgresql, but nothing about the flask framework. Most of the resources seem to be ruby focused (references to DATABASE_URL config vars etc etc.. I'm not quite sure how this fits into python, local development, the remote runtime environment, or how to access, etc...). Does anyone have a sample app/tutorials/sample implementations? Thanks -- You received this message because you are subscribed to the Google Groups "Heroku" 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/heroku?hl=en.
