1👍
I needed to import Switch and Stack. I changed:
from buildings.models import Building
to from buildings.models import Building, Switch, Stack
👤Mike
Source:stackexchange.com
1👍
I needed to import Switch and Stack. I changed:
from buildings.models import Building
to from buildings.models import Building, Switch, Stack