Think I found an answer here: http://www.djangosnippets.org/snippets/1248/
--~--~-~--~~~---~--~~
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 un
Here are what my models look like
==
# Standard Header for application models
from django.db import models
from django.forms import ModelForm
#imported for use of "USPhoneNumberField" and "USStateField"
from django.contrib.localflavor.us.models
2 matches
Mail list logo