Python Snippet
Python
code posted
created at 02 Aug 15:55
Edit
|
Back
1 2 3 4 5 6 7 8 9 |
# -*- coding: utf-8 -*- from django.conf.urls.defaults import patterns, url from views import * id = "(?P<id>\d+)" urlpatterns = patterns('django.views.generic.simple', url('^admin/musica/extras/trilha/transferidor/artista/' + id + '$', form), ) |
261 Bytes in 3 ms with coderay