how use this snippet

2011-05-17 Thread Tonton
hello i'd like to uderstand how to use this snippet http://djangosnippets.org/snippets/2225/ i don't understand how it works and if it's work does anyone use it before ? regards T. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post t

Re: how use this snippet

2011-05-17 Thread Tom Evans
On Tue, May 17, 2011 at 4:49 PM, Tonton wrote: > hello > > i'd like to uderstand how to use this snippet > > http://djangosnippets.org/snippets/2225/ > > i don't understand how it works and if it's work > > does anyone use it beforeĀ  ? > > regards > > T. > It's a management command. It belongs in

Re: how use this snippet

2011-05-17 Thread AJ
Many times I do not know how to use some snippets on djangosnippets.org. has anyone else felt the same? I, obviously, am a newbie. On Tue, May 17, 2011 at 12:00 PM, Tom Evans wrote: > On Tue, May 17, 2011 at 4:49 PM, Tonton wrote: > > hello > > > > i'd like to uderstand how to use this snipp

Re: how use this snippet

2011-05-17 Thread Tom Evans
On Tue, May 17, 2011 at 5:04 PM, AJ wrote: > Many times I do not know how to use some snippets on djangosnippets.org. has > anyone else felt the same? I, obviously, am a newbie. > I don't mean to sound glib, but (almost) everything is detailed in the very fine manual. Read, re-read and re-re-read

Re: how use this snippet

2011-05-17 Thread AJ
Thanks for the great advice Tom. On Tue, May 17, 2011 at 12:33 PM, Tom Evans wrote: > On Tue, May 17, 2011 at 5:04 PM, AJ wrote: > > Many times I do not know how to use some snippets on djangosnippets.org. > has > > anyone else felt the same? I, obviously, am a newbie. > > > > I don't mean to so

Re: how use this snippet

2011-05-17 Thread Gabriel Gunderson
On Tue, May 17, 2011 at 10:33 AM, Tom Evans wrote: > I don't mean to sound glib, but (almost) everything is detailed in the > very fine manual. Read, re-read and re-re-read the manual - even the > boring bits! I think it's important to remember that one of the strengths of Django is its docs. Th

Re: how use this snippet

2011-05-18 Thread Tonton
TOM > It's a management command. It belongs in > /management/commands/.py, and you then run it by > calling "python manage.py ". > > More on management commands: > http://docs.djangoproject.com/en/1.3/howto/custom-management-commands/ > > Yes Tom ! i never heard this before so i think it will be