Project

Profile

Help

Refactor #96

Updated by bmbouter over 9 years ago

This is part of the Django conversion work. The pulp_puppet has its own WSGI app [0] that is separate from the WSGI app used by platform. The pulp_puppet WSGI app currently uses web.py and needs to be converted to Django. This should be straightforward as the WSGI app has a single, GET style URL handler. Unlike the platform conversion, this will not contain a backwards compatible web.py vs Django.py. 

 h3. Deliverables: 

 
 1. Setup a Django WSGI app with a settings file entry point. 
 2. Replace the WSGI app with a Django WSGI app 
 3. Convert the URL and update the tests to match 

 [0]: https://github.com/pulp/pulp_puppet/blob/8d48b7896c358ee1e0040a1c42a84c2398bdb631/pulp_puppet_plugins/pulp_puppet/forge/api.py

Back