singularityhub / sregistry

server for storage and management of singularity images
https://singularityhub.github.io/sregistry
Mozilla Public License 2.0
103 stars 42 forks source link

Fixing api views pages #264

Closed vsoch closed 4 years ago

vsoch commented 4 years ago

We should be using rest_framework.views.APIView instead of generics.GenericAPIView. This will fix #262.

Signed-off-by: Vanessa Sochat vsochat@stanford.edu

vsoch commented 4 years ago

Just pushed a fix for #263 too.

vsoch commented 4 years ago

@Aneoshun this should address both issues.

vsoch commented 4 years ago

I’m going to merge this now to get the fix in the master. I’ll fix up the command copy paste in the next PR.