Django - redirect to version with www

Viewed 8522

Is in Django a simple way to redirect everything from domain without www to version with it? I mean from http:// example.com to http:// www.example.com.

3 Answers
Related