I had something like the following model in my Django Application:
class custom_user(models.Model): # ... number = models.IntegerField() # ...