Re: Can I get away with creating login/logout.html ?

2013-04-17 Thread Gabriel [SGT]
> still trying to figure out the login part. > https://docs.djangoproject.com/en/dev/topics/auth/default/#module-django.contrib.auth.views See settings.LOGIN_REDIRECT_URL Regards. -- You received this message because you are subscribed to the Google Groups "Django users" group. To

Re: Date from DateTimeField vs date from model method: foreign key DateTimeField

2013-04-16 Thread Gabriel [SGT]
On Fri, Apr 12, 2013 at 2:47 PM, Mike Doroshenko II wrote: > In my attached models.py Please, don't attach code, use a paste service or similar to view the code online. > the time last modified on the latest object that has a foreign key to it. > > So when I made a new

Re: Stuck

2012-12-26 Thread Gabriel [SGT]
On Wed, Dec 26, 2012 at 4:22 PM, wrote: > IndentationError: unindent does not match any outer indentation level The error is quite self explanatory. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group,

Re: Django 1.4 and google app engine

2012-09-22 Thread Gabriel [SGT]
On Sat, Sep 22, 2012 at 5:16 PM, neixetis wrote: > I am about to deal with the same problem, however I have finished my > project, now I need to update it asap on GAE, but I just can not as newest > version of SDK Django is 1.3, whereas my project is 1.4. Any ideas what >

Re: Can't make 404.html template to be used. Keep getting Apache 500 Internal Server Error instead.

2012-01-21 Thread Gabriel [SGT]
On Sat, Jan 21, 2012 at 2:28 PM, Chris Seberino wrote: > I am proxying my Django app behind Apache.  I created a 404.html in my > template directory but when I try to test it I get the following error > that appears to come from Apache... > > Internal Server Error > Check

Re: Can a template extend a template?

2011-12-13 Thread Gabriel [SGT]
On Tue, Dec 13, 2011 at 7:21 PM, Jason <1jason.whatf...@gmail.com> wrote: > Hi there, > > I love the concept of DRY, and django's enthusiasm for this concept. In > light of this I have tried to have a template extend a template, but it > doesn't seem to work. Is there a better way than what I'm