From 7f76803a31fcbd862bb7457fab9938c628e75a8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fabian=20Silva=20Delgado?= Date: Mon, 22 Feb 2016 15:31:05 -0300 Subject: Add Artists group to urls.py --- urls.py | 1 + 1 file changed, 1 insertion(+) diff --git a/urls.py b/urls.py index 4eaf8d3a..3c295c67 100644 --- a/urls.py +++ b/urls.py @@ -108,6 +108,7 @@ legacy_urls = ( ('^todolists/$', '/todo/'), ('^hackers/$', '/people/hackers/'), ('^developers/$', '/people/hackers/'), + ('^artists/$', '/people/artists/'), ('^fellows/$', '/people/hacker-fellows/'), ('^trustedusers/$', '/people/hackers/'), -- cgit v1.2.2