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 google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to