If you're running the "testserver" it's not using the database, you'll want
to try "runserver" instead.
--
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
Greetings,
I'm sure there is a simple solution to what I'm trying to do but
unfortunately I wasn't able to find it in the documentation.
I have the following model (simplified version shown):
class Student(models.Model):
student_id = models.IntegerField(primary_key=True, unique=True,
db_i
2 matches
Mail list logo