Re: How to make fields mandatory for User

2009-10-09 Thread Bayuadji
it the User objects, or change the form in User Admin. but I think both of them is not so easy anyway. -djibon- -- -- http://www.tumbletooth.org my linkedin profile : http://www.l

Re: problems (with mysql and) wsgi

2009-10-09 Thread Bayuadji
profile : http://www.linkedin.com/in/bayuadji -- --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, s

Re: Uploading an Image.

2009-10-09 Thread Bayuadji
ome/Djangoprojects'? -djibon- -- ------ http://www.tumbletooth.org my linkedin profile : http://www.linkedin.com/in/bayuadji -- --~--~-~--~~~---~--~~ You receiv

Re: read static file error

2009-10-09 Thread Bayuadji
I just wondering, whether you are create a directory in your settings.py. because the error comes after import your settings.py cheers -djibon- -- http://www.tumbletooth.org my

Re: Require reverse foreign key

2009-10-09 Thread Bayuadji
th.org my linkedin profile : http://www.linkedin.com/in/bayuadji -- --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, sen

Re: Xampp and django

2009-10-11 Thread Bayuadji
lay plain text. >> > am using django 1.1 and xampp 1.7.1. Any idea? >> >> http://docs.djangoproject.com/en/dev/howto/static-files/ >> -- >> DR. >> > >> > > > > -- -

Re: how to get back to a view requiring login

2009-10-11 Thread Bayuadji
t) > your login have to look at this GET var > > greets, > Florian Yes, I always use this kind mechanism though -djibon- -- http://www.tumbletooth.org my linkedin profile : http://www.linkedin.com/in/bayuadji --

Re: dilemma with urls and templates

2009-10-13 Thread Bayuadji
ther. > > Changing the urls from index.html into /index/ could also work, but > then i have a problem with requests for / (i could redirect these to / > index/ but i don't know if i am happy with

Re: tagging case problem

2009-10-14 Thread Bayuadji
gt; In my template > > tags: {% for tag in object.get_tags %}{{tag}} {% endfor %} > > Of course i could remove slugify but there must be an easy way to > ignore the case of the tag ?? > > Thank

Re: request.META['REMOTE_USER']

2009-10-14 Thread Bayuadji
required and so the user is authenticated >> correct? >> >> Regards >> >> Luca >> > >> > > > > -- -- http://www.tumbletooth.org my linkedin profile : http://www.linkedin.com/in/bayuadji -- -

Re: app model

2009-10-14 Thread Bayuadji
: http://www.linkedin.com/in/bayuadji -- --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email

Re: Admin Settings

2009-10-14 Thread Bayuadji
‘foreign_key.field1’ and >> ‘foreign_key.field2’ error out.  Any suggestions? > > > -- -- http://www.tumbletooth.org my linkedin profile : http://www.linkedin.com/in/bayuadji

Re: Can't get css working

2009-10-15 Thread Bayuadji
;document_root': settings.MEDIA_ROOT} > ), > ) > > > ## base.html > > > > > > {% block title %}My project's title{% endblock %} > > > > > etc > > > > > This WorksForUs(tm) so far - as long as the dev server's user has read > access

Re: ModelAdmin.save_model Not being called

2009-10-15 Thread Bayuadji
ug? Or I'm missing something? > > Regards > > Esteban (eka) > > > -- -- http://www.tumbletooth.org my linkedin profile : http://www.linkedin.com/in/bayuadji --

Re: Django default date formatting changes

2009-10-16 Thread Bayuadji
-dd' format. >> >> > Thanks in advance >> >> > Vishak.V >> >> -- >> regards, >> Mihail > > > -- -- http://www.tumbletooth.org my linkedin profile : http://www.linkedin

Re: SVG and Django

2009-10-16 Thread Bayuadji
ssing? > > > -- > Javier > > > > -- -- http://www.tumbletooth.org my linkedin profile : http://www.linkedin.com/in/bayuadji -- --~--~-~--~

Re: ViewDoesNotExist at /

2009-10-16 Thread Bayuadji
ws > > > -- ------ http://www.tumbletooth.org my linkedin profile : http://www.linkedin.com/in/bayuadji -- --~--~-~--~~~---~--~~ You re

Re: Django methodologies and best practices

2009-10-18 Thread Bayuadji
-- http://www.tumbletooth.org my linkedin profile : http://www.linkedin.com/in/bayuadji -- --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Googl

Re: Do I have to pass the httprequest object to render_to_response every time?

2009-10-22 Thread Bayuadji
/docs.djangoproject.com/en/dev/ref/templates/api/#django-core-c... >> >> as long as you have it specified in your settings.py, it will >> automatically become available if you use render_to_response >> >>

Re: Apache's 500 error overriding Django 500 view

2009-11-07 Thread Bayuadji
my_server_error_500' >> >> and the Apache error screen will still show up. >> >> Anyone have any idea why? >> > > not all exceptions are handled by django - for example syntax errors. > What kind of errors is your

Re: how to keep the FileField being unmodified ?

2009-11-07 Thread Bayuadji
/www.tumbletooth.org my linkedin profile : http://www.linkedin.com/in/bayuadji -- --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to t

Form text from database

2009-11-30 Thread Bayuadji
jibon- -- -- http://www.tumbletooth.org my linkedin profile : http://www.linkedin.com/in/bayuadji -- -- You received this message because you are subscribed to the Google Groups "Dj

Re: import json data into my django app

2010-01-17 Thread Bayuadji
@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. > > > > -- -- http://www.tumbletooth.org my linkedin profile : http

Re: No module name error

2010-05-06 Thread Bayuadji
ons, visit this group at > http://groups.google.com/group/django-users?hl=en. > > -- -- http://www.tumbletooth.org my linkedin profile : http://www.linkedin.com/in/bayuadji --

Re: No module name error

2010-05-06 Thread Bayuadji
     return redirect(success_url) >        #else: >            # generate suggestions which can be passed into the > template >    else: >        form = form_class() > >    if extra_context is None: >        extra_context = {} >    context = RequestContext(request) &

Re: Problem of installing haystack and thumbnail a python app

2011-03-07 Thread bayuadji
Hi, looked from your staktrace it seems that python didn't found thumbnail and haystack library. You could check by running sys.path from your django shell -adji- -Original Message- From: yozloy Sender: django-users@googlegroups.com Date: Sun, 6 Mar 2011 20:50:28 To: Reply-To: djang