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 <tevans...@googlemail.com>wrote:

> On Tue, May 17, 2011 at 4:49 PM, Tonton <to.ton...@gmail.com> 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
> <some_app>/management/commands/<some_name>.py, and you then run it by
> calling "python manage.py <some_name>".
>
> More on management commands:
> http://docs.djangoproject.com/en/1.3/howto/custom-management-commands/
>
> I've never used this, so can't comment on whether it works, what it does,
> etc.
>
> Cheers
>
> Tom
>
> --
> 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 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.
>
>


-- 
AJ

-- 
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 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.

Reply via email to