models.py 182 Bytes Raw Blame History Permalink 1 2 3 4 5 # -*- coding: utf-8 -*- from __future__ import unicode_literals from django.db import models from django.contrib.auth.models import AbstractUser from django.shortcuts import reverse