Experienced Python / Django developers.
Rewrite 2 views to view 8 data models. Write 1 new view to display companies with a coupon associated with their account.
Currently my ‘search_page’ views 8 data models, but I need my ‘main_page’ and ‘tag_page’ views to be rewritten to view these data models as well. You’ll use the same HTML the ‘search_page’ uses to render the views, so no need to write new HTML.
Also I want a new view which displays companies that have a coupon associated with their account. Again the coupon model is already built-in so you’ll just write a view for it.
So 2 rewrites, and 1 new view. The HTML is already done, so you’ll just use the same HTML as the ‘search_page’.
PM me to see code samples.