Every time showing this problem... attributeerror module django db models has no attribute
Please help me.
from django.db import models
class Student(models.model):
name = models.CharField(max_length = 50)
age = models.CharField(max_length = 2)