django-urls
Django template error?
I am trying to implement a registration and login system for my django app using django-registration, django-registration-defaults, and django-email-usernames.[详细]
2023-04-01 20:40 分类:问答How to reverse url with optional fields arguments in django?
I have an url with an optionnal argument: urlpatterns = patterns( \'my_app.views\', url(\'schedule/(?P<calendar_id>\\d+)/(?:month(?P<relative_month>[\\+,\\-]\\d)/)$\',[详细]
2023-03-30 22:03 分类:问答Unable to match URL in URL.conf in Django?
What am I doing wrong ? My URL : http://localhost:8000/login/ The DEBUG log from Django : Page not found (404)[详细]
2023-03-27 19:32 分类:问答passing url matching parameter to reverse() in urls.py
in my urls.py I need to invoke a generic CreateView that requires a success_url parameter. The \"success\" URL contains an identifier that I need to pass to the reverse() URL search function. I get th[详细]
2023-03-25 14:26 分类:问答problem reversing feed url
I am using the development version. I get the error below when I try to reverse lookup my feed\'s URL.[详细]
2023-03-21 18:23 分类:问答Question about getting urls in Django
I have this page http://127.0.0.1:8000/user/tom-brandy/. There is a link on the page to http://127.0开发者_Python百科.0.1:8000/signup/.[详细]
2023-03-19 13:38 分类:问答Can any one explain how can i pass arg or kwargs from redirect to another view?
I am trying to let the manager of a site I\'m developing send mail to the members and send get a confirmation page.[详细]
2023-03-17 21:35 分类:问答Django url error in template with password_change view
I am using Django 1.2.3-3+squeeze1 with Debian squeeze. I am trying to use the Django password change view in my application[详细]
2023-03-15 20:52 分类:问答No reverse match error. How to debug?
I am trying to link the databrowse.admin widget of django that rests here : http://12开发者_开发知识库7.0.0.1:8000/admin/openmaps/open_layers/[详细]
2023-03-14 11:00 分类:问答Django Sites - Different urls.py for two sites
I maintain a Django webapp for a client of mine. We built it out in Django and for computer users, it\'s great. We now want to cater to mobile device users.[详细]
2023-03-13 04:44 分类:问答