Hello Tim,

On Dec 19, 6:28 am, Tim Daniel <redarrow...@hotmail.com> wrote:

> Brian & Creecode Django Custom management commands are really the same
> as this:
>
> from django.core.management import setup_environ
> import settings
> setup_environ(settings)
>
> or am I wrong? I'm just running the scripts with these three lines on
> top (even before the other import statements).

They both do the above.  Its just that the custom management commands
give you a little extra with it's built-in switches and such.  Use
whatever system works for your needs.

Toodle-loooooooo...........
creecode

--

You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@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