From b0a38915eaf94997a5170aa8e8e27ac0e3340986 Mon Sep 17 00:00:00 2001 From: agusmakmun <summon.agus@gmail.com> Date: Wed, 20 Apr 2016 09:54:13 +0700 Subject: [PATCH] Add post --- _posts/2016-04-20-custom-redirect-urls-django.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2016-04-20-custom-redirect-urls-django.markdown b/_posts/2016-04-20-custom-redirect-urls-django.markdown index 827f868..88d0f93 100644 --- a/_posts/2016-04-20-custom-redirect-urls-django.markdown +++ b/_posts/2016-04-20-custom-redirect-urls-django.markdown @@ -4,7 +4,7 @@ title: "Custom redirect urls django" date: 2016-04-20 09:41:20 +0700 categories: [python, django] --- -Example in this problem we need redirect the url `http://localhost:8000/a/b/C/123/4/5` to `http://localhost:8000/abC12345` without `/` slash. +Example in this problem we need redirect the url `http://localhost:8000/a/b/C/123/4/5/` to `http://localhost:8000/abC12345` without `/` slash. #### 1. In your `views.py` -- GitLab