Project

Profile

Help

Task #2883

Updated by amacdona@redhat.com almost 7 years ago

A content Extend the model, serializer serializer, and ViewSet will have been already created by https://pulp.plan.io/issues/2882 with all fields necessary for python. 

 This task is to finish those classes, adding any Python specific fields. These classes should have been generated  

 This task will be complete when a django shell user can CRUD full representations of Python Packages. A REST API user should be able to read a list of all Python units `/v3/content/python/` as well as retrieve data on a specific unit (url is not yet decided). 

 unit. 

  All unit metadata is provided by the shell user at this point. It is not expected that the plugin extract the metadata from a package or scrape it from upstream.

Back