./manage.py shell
from women.models import *
Category.objects.create(name='Актрисы')
Category.objects.create(name='Певицы')
w_list = Category.objects.all()
w_list.update(cat_id=1)