UserProfile

class sandglass.models.userprofile.UserProfile(*args, **kwargs)[source]

Extension model tied to django.contrib.auth.models.User.

Adds sandglass-specific user properties.

sandglass.models.userprofile.create_user_profile(sender, instance, created, **kwargs)[source]

Creates a UserProfile as soon as a User is created.

Project Versions

Previous topic

TimeSheet

Next topic

Custom Fields

This Page