Re: django formset

2017-04-30 Thread vicalloy
I think you can select the field by class. Or $('name$=-fieldname') On Fri, 28 Apr 2017 at 19:15 shahab emami wrote: > hello > i search for my question on google and this group by i couldn't find the > answer. > maybe I am not a good searcher.D > > i have a formset. >

A new command(create_app) for django, auto generate CRUD files and methods(view/urls/template)

2009-03-02 Thread vicalloy
== Introduce == A command(create_app) for django, auto generate CRUD file and method(view/urls/template). you can download from: http://vik.haoluobo.com/blog/wp-content/uploads/2009/03/hidjangoen.zip == how to use == Put django_extensions folder to you project app directory, and add

Re: mptt usage

2009-02-03 Thread vicalloy
I think mptt have good doc. http://code.google.com/p/django-mptt/ mptt just a set of function to build tree efficient. 2009/2/3 Muslu YĆ¼ksektepe : > i did try it too but i deleted. > > > 2009/2/3 new_user >> >> Hi, everyone. >> >> Recently I've

Hava any way to load django's app dynamic

2008-09-27 Thread vicalloy
Just like trac's plugin, I can upload a app and auto load it. --~--~-~--~~~---~--~~ 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

Re: ANNOUNCE: Django search with Lucene.

2008-07-15 Thread vicalloy
2008/7/15, Spike^ekipS <[EMAIL PROTECTED]>: > > > Hi, django users and developers. > > I'm happy to let you know my django application, Django search with > Lucene(DSL). I try > to tighly integrate the Lucene with Django, so I find the way to use > lucene easily in Django. > > Django search with