Re: NoReverseMatch for authentication app views

2010-05-02 Thread Alper KANAT
reverse("django.contrib.auth.views.login") doesn't work in a fresh django project too! Any ideas? -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this

Re: NoReverseMatch for authentication app views

2010-05-02 Thread Alper KANAT
iew doesn't work. Therefore I really need to solve this. --- Quis custodiet ipsos custodes? 2010/5/2 ofri <ofri.ra...@gmail.com> > Did you try: > reverse("login") > ? > > when you define this url, you're using > patterns('django.contrib.auth.views', >url(r'^

NoReverseMatch for authentication app views

2010-05-02 Thread Alper KANAT
Hey There, I'm stuck here for almost 1 week so really appreciate any help. What I'm trying to do is to get the reverse URL for login view for example. So I do the following: In [1]: from django.core.urlresolvers import reverse > > In [2]: reverse("django.contrib.auth.views.login") >

Multi-table Inheritance and Admin

2010-02-16 Thread Alper KANAT
Hey There, I've two models: Entryand Tag . I think Tag model as a generic model to use with other models but not an abstract model since it can be used standalone too. Any way, what

Re: newforms

2007-07-20 Thread Alper KANAT
What is newforms any way ? A new looking (style) of a form or something ? If so, can somebody post a screenshot please ? Alper KANAT ([EMAIL PROTECTED]) http://raptiye.org Thomas Guettler yazmış: > Am Freitag, 20. Juli 2007 07:53 schrieb james_027: >> Which official django apps