Actions
Refactor #96
closedConvert pulp_puppet WSGI app to Django
Start date:
Due date:
% Done:
100%
Estimated time:
Platform Release:
2.7.0
Groomed:
Yes
Sprint Candidate:
Yes
Tags:
Pulp 2
Sprint:
March 2015
Quarter:
Description
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.
Deliverables:¶
- Setup a Django WSGI app with a settings file entry point.
- Replace the WSGI app with a Django WSGI app
- Convert the URL and update the tests to match
- Remove all references to web.py in the puppet codebase since it will soon be deleted
Related issues
Actions
Converted puppet forge to use Django web framework
Closes #96