Hello Team,
I need some help,

Please see below my Model.

from django.db import models
class Customer(models.Model):
    name = models.CharField(max_length=20)
    phone = models.IntegerField()
   
I want to concatenate name + last digit of phone number.


    
    

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/23366933-a4c8-4138-8306-3b8945cb22ebn%40googlegroups.com.

Reply via email to