django.views.generic.base RedirectView Example Code

RedirectView is a class within the django.views.generic.base module of the Django project.

Example 1 from django-oscar

django-oscar (project website) is a framework for building e-commerce sites on top of Django. The code for the project is available open source under a custom license written by Tangent Communications PLC.

django-oscar / src / oscar / config.py