Lee,
Take a look at the stuff in django.core.management.

You should be able to import the methods or classes just like any python module.

/alex

On Tue, Apr 8, 2008 at 8:57 PM, Lee Connell <[EMAIL PROTECTED]> wrote:
>
>  I am making an app that sets the django_settings_module manually so
>  that I can use django ORM to access database.  So I am not using
>  manage.py to create or setup an app.  how do I get access to syncdb,
>  validate, sql, inspectdb etc... from within my module since I do not
>  have manage.py?
>  >
>

--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to