Trying to test out something in the interactive shell as I write a
view.

Tried this:

f = Country.objects.get(slug=county)

I'm getting a nameError saying name: "country" is not defined. I've
imported the models so country should be there. I know there is
something simple I'm missing just can't figure out what.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to