Hey,
i'd like to redirect with a parameter to specific entry in an admin model table entry
Is it possible with a TemplateView in urls.py directly?
If not , what is the proper way to do it without a template?
Example I call: reporting/netreach/2695/ and would like
redirect to adminreporting/netreach/?_p_campaign_id__exact=2695 in admin.
Thanks
Christian