AppEngine uses it's own database ! most ,if not all, Django Apps that requires a back-end will not work with AppEngine
On Fri, Apr 17, 2009 at 5:59 AM, codingJoe <[email protected]> wrote: > > I would like to add a country list to my app. After a little research > I found and downloaded django-countries. > > My Model has a user address which is based on fields. I wanted to add > a country field. > > Per django-countries directions, I copied over the 'countries' > directory into my app. > > The next step is to run 'syncdb'. The command 'syncdb' is not > found. And after a little reading, it seems that the 'syncdb' isn't > needed on AppEngine because AppEngine uses tables differently. > > Am I on the right track? How do I get this to work? Or what is the > proper way to add a country drop down list to my App? Any relevant > examples? > > Thanks for any advice... > > T > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
