from django.conf.urls.defaults import patterns, include, url
from views import test

urlpatterns = patterns('',
    url(ur'(?P<type>dom|działka|kamienica|biuro)/(?P<rent>wynajem|
sprzedaż)/$', test, name='home'),
)

+

http://localhost.com:8000/dzia%25C5%2582ka/sprzeda%25C5%25BC/

I thought it would be more convinient to run whole app, but You are
right - You don't know what kind of code I've put there...

PS: Thanks for feedback!

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to