Matt Phillips

Results 6 comments of Matt Phillips

@krunal10 I know this is an old issue, but since I just ran into this myself I'll post the answer. You need to define the queryset for `BootGroupViewSet` and `GroupViewSet`...

@wtgee anything else needed?

@wtgee looks like the mac tests are now failing with this error ``` ___________ ERROR collecting src/panoptes/pocs/filterwheel/libefw.py ___________ src/panoptes/pocs/filterwheel/libefw.py:12: in class EFWDriver(AbstractSDKDriver): src/panoptes/pocs/filterwheel/libefw.py:15: in EFWDriver _libudev = load_c_library('udev', mode=ctypes.RTLD_GLOBAL) /usr/local/lib/python3.9/site-packages/panoptes/utils/library.py:39:...

@rob-watts The application will automatically create the database if it does not exist. You can see the initializer code in [UserDbContext.cs](https://github.com/aspnet/samples/blob/716ddf3c9c769acce9ad9799ce5751b506c6f877/samples/aspnet/WebApi/BasicAuthentication/BasicAuthentication/Data/UsersDbContext.cs)