login cookies problem[SESSION_COOKIE_DOMAIN]

2007-09-07 Thread beck917
Your username and password didn't match. Please try again. {'username': ["Your Web browser doesn't appear to have cookies enabled. Cookies are required for logging in."]} -->This is the error message when I login,I had seen the Django's document,then guess it's SESSION_COOKIE_DOMAIN

Re: login cookies problem[SESSION_COOKIE_DOMAIN]

2007-09-08 Thread beck917
Is anyone here? 2007/9/7, beck917 <[EMAIL PROTECTED]>: > > Your username and password didn't match. Please try again. > > {'username': ["Your Web browser doesn't appear to have cookies > enabled. Cookies are required for logging in."]} > -->This is

Re: Only Simplified Chinese translation not working?

2007-09-12 Thread beck917
Pay attention to this question~ 2007/9/13, Ryan K <[EMAIL PROTECTED]>: > > Anyone? I have the site translated and working in Spanish, French, > Italian and Russian yet simplified Chinese does not work. Any clues? > This is my first attempt at internationalization. > > On Sep 11, 10:11 pm, Ryan K

Re: Video Blogging - Django + Flash

2007-09-19 Thread beck917
WOW~~It's so cool...Great tutorial~!~thx~~~ 2007/9/20, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > > > Here's a good post I saw on vblogging: http://blog.go4teams.com/?p=56 > > Hope it's helpful, > > - Lis > > > > > --~--~-~--~~~---~--~~ You received this message

Where can I find the templatetag called "humanize" in Django application components "django-registration "

2007-09-19 Thread beck917
Where can I find the templatetag called "humanize" in Django application components "django-registration " When I run the register page,there raise a error "'humanize' is not a valid tag library: Could not load template library from django.templatetags.humanize, No module named humanize" I can't

答复: Where can I find the templatetag called "humanize" in Django application components "django-registration "

2007-09-19 Thread beck917
anize" in Django application components "django-registration " On 9/19/07, beck917 <[EMAIL PROTECTED]> wrote: > Where can I find the templatetag called "humanize" in Django application > components "django-registration " By looking at Django's documentation:

Re: sessions and cookies problems

2007-09-20 Thread beck917
There is the same problem with me for many days~~ "Username: Your Web browser doesn't appear to have cookies enabled. Cookies are required for logging in. " Help~~thx may be clear the session table will solve the problem~~ 2007/9/20, Ana <[EMAIL PROTECTED]>: > > > Hi, > I have problem with

Re: template variables

2007-10-13 Thread beck917
Maybe use the custom template filters is a nice way~ http://www.djangoproject.com/documentation/templates_python/#writing-custom-template-filters 2007/10/13, Nikola Stjelja <[EMAIL PROTECTED]>: > > > > On 10/13/07, James Bennett <[EMAIL PROTECTED]> wrote: > > > > > > On 10/13/07, Goon <[EMAIL

Re: 0.96 login issue with cookies

2007-10-18 Thread beck917
I got the same problem 2007/10/18, Jarek Zgoda <[EMAIL PROTECTED]>: > > > Robert Šmol napisał(a): > > > I have HomePage with login bar with a form for user to log in. I use > > django.contrib.auth.login to log user in. When I enter it from the > > /accounts/login/ page it works ok. However