Find files modified in the last two days
find / -mtime 2 -o -ctime 2
find / -mtime 2 -o -ctime 2
#1 from django.db import models from django.contrib.auth.models import User, UserManager class CustomUser(User): ย ย birthday = models.DateField() ย ย activation_key = models.CharField(max_length=255, blank=True, default=”) ย … Read More »extender auth_user django modificando campos — (aplicando herencia)