Re: Comments form customization

2012-02-13 Thread Vovk Donets
comment. > > Could you give me some hints for such customization? > > Thank you very much, > Fabio. > > -- > Fabio Natali > > -- *Vovk Donets* python developer -- You received this message because you are subscribed to the Google Groups "Django users" group

Re: Is it secure to have IDs show up in URLs?

2012-03-23 Thread Vovk Donets
subscribe 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. > -- *Vovk Donets* python developer -- You received this message because you are subscribed to the Google

Re: What's the django convention for templates?

2011-12-09 Thread Vovk Donets
loader, wich loads templates stored in the app directory. And this way your app would be closer to "just plug in and use" As for me, i'm deciding where to store templates basing on app or project requirements. -- *Vovk Donets* python/django developer skype: suunbeeam icq:

Re: how to use asyncore socket in django views.py

2011-12-27 Thread Vovk Donets
with sockets from view and place it somewere outside django 2011/12/27 Vovk Donets > For what you need this? > Maybe you should consider using Celery for doing background jobs. > > > 2011/12/23 Kay > >> if I have easy a

Re: how to use asyncore socket in django views.py

2011-12-27 Thread Vovk Donets
> > then how to use this in my django project views.py to let it > automatically work for receiving connection > > while i start the project as "python manage.py runserver [port]"?? > > thanks > > -- *Vovk Donets* python develope

accessing template context from inside a custom filter

2012-01-13 Thread Vovk Donets
Hello, I want to make a filter with access to template context, like simple_tag with takes_context=True Is there a way do that? -- *Vovk Donets* -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email

Re: JavaScript src files not found.

2010-12-17 Thread Vovk Donets
IA_URL = "/media/" **so in a template you need specify path to media like this: {{MEDIA_URL}}path/to/my/cript.js But keep in mind that this variable must be passed into template via context processor ("django.core.context_processors.media", ) or directly from view. As for regular de

Re: urgent, undo delete

2011-01-17 Thread Vovk Donets
gt; accidentaly uncommenting the line > -- *Vovk Donets* python/django developer -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this gr

Re: Problem with overriding the default Django admin page.

2011-01-17 Thread Vovk Donets
; to TEMPLATE_DIRS in my settings.py file. It looks like the following: > > TEMPLATE_DIRS = ( > "/Users/xuchen81/Django/mysite/admin/base_site.html", > ) > > but the admin is just doesn't use this file, it still uses the default > base_site.html. > > Could

Re: Execute code after the model with m2m is completely saved

2011-01-17 Thread Vovk Donets
third way would be creating a custom model field that handle work with images -- *Vovk Donets* python/django developer skype: suunbeeam icq: 232490857 mail:donets.vladi...@gmail.com -- You received this message because you are subscribed to the Google Groups "Django users" gro

Re: Current Django 1.3 Alpha 2 Documentation as PDF

2011-01-17 Thread Vovk Donets
2011/1/17 ckar...@googlemail.com > Sry for the wrong url. It's now > http://g2007.ch/media/static/uploads/django.pdf > > Great work, many thanks! -- *Vovk Donets* python/django developer skype: suunbeeam icq: 232490857 mail:donets.vladi...@gmail.com www: vov

Re: jquery problem

2011-01-17 Thread Vovk Donets
2011/1/17 Tony > I did what you've recommended, I put in the jquery.js file that I used > while testing outside of django. There was still no success. Thus > far I cant get any other plugin to work beside the one it dynamic > formset one I started with. I even deleted that file temporarily to

Re: a chicken and egg - help please?

2011-01-17 Thread Vovk Donets
ality like Item.objects.filter(...).order_by_surname(item.get_surname()) or smth like this -- *Vovk Donets* python/django developer skype: suunbeeam icq: 232490857 mail:donets.vladi...@gmail.com www: vovk.org.ru -- You received this message because you are subscribed to the Google Grou

Re: override save()

2011-01-17 Thread Vovk Donets
if self.posrx is not the model field then this is the cause. *Vovk Donets* python/django developer skype: suunbeeam icq: 232490857 mail:donets.vladi...@gmail.com -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to

Re: Problem with overriding the default Django admin page.

2011-01-17 Thread Vovk Donets
does not exist's look at path's in traceback where django searched templates it can help to understand problem better -- *Vovk Donets* python/django developer skype: suunbeeam icq: 232490857 mail:donets.vladi...@gmail.com -- You received this message because you are subscribed t

Re: listpage question

2011-01-17 Thread Vovk Donets
2011/1/18 Bobby Roberts > let's say i have two simple models > > > model a > id=IntegerField... > description = CharField... > > > model b > id=IntegerField... > modelavalue=IntegerField... (a value form modela.id) > description=CharField... > > > ok in the /admin listing page for model B, how

Re: Django + CSS

2011-01-19 Thread Vovk Donets
Man, this is just a quote from Django Documentation. 2011/1/20 Osiaq > Same problem here. Follow those rules, is simple and is working > perfect. > > > http://twigstechtips.blogspot.com/2009/08/django-how-to-serve-media-files-css.html > > -- *Vovk Donets* python/dj

Re: In my django web app i wannt show time in user timezone

2018-12-07 Thread Vovk Donets
visit > https://groups.google.com/d/msgid/django-users/eaa47d65-8bd5-4a9d-95a4-28bc5761317c%40googlegroups.com > <https://groups.google.com/d/msgid/django-users/eaa47d65-8bd5-4a9d-95a4-28bc5761317c%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit ht