Repository URL to install this package:
|
Version:
0.0.1 ▾
|
from django.contrib.auth.models import Group
from django.db import models
class ProgrammaticGroup(models.Model):
group = models.OneToOneField(Group, on_delete=models.CASCADE)