dpf*_*ord 6 python django heroku
我正在寻找将旧URL列表重定向到Django/Heroku应用程序中的新URL列表.
由于我使用Heroku,我不能只使用.htaccess文件.
我看到rails有机架重写,但我还没有看到类似Django的东西.
Django重定向应用程序,允许在数据库中存储重定向列表:https: //docs.djangoproject.com/en/dev/ref/contrib/redirects/
这里还有一个通用的RedirectView:
https://docs.djangoproject.com/en/1.3/ref/class-based-views/#redirectview
最低级别是HttpResponseRedirect:
https://docs.djangoproject.com/en/dev/ref/request-response/#django.http.HttpResponseRedirect
| 归档时间: |
|
| 查看次数: |
4453 次 |
| 最近记录: |