6 строки
119 B
Python
6 строки
119 B
Python
|
from access.models import Group
|
||
|
|
||
|
|
||
|
def run():
|
||
|
Group.objects.create(name='Restricted Users', rules='Restricted:UGC')
|