On 12/9/05, braver <[EMAIL PROTECTED]> wrote:
> Basically, if I stuff data into the database as defined by
> django-admin.py sql app, via an external loader, and then open it in
> django, will I see proper objects -- or there's more to objects stored
> in django's own tables, and I have to load them via django calls?

There's nothing special about Django's own tables -- they just hold
stuff like authentication information for the Django admin. You don't
have to worry about any magic. :)

Adrian

--
Adrian Holovaty
holovaty.com | djangoproject.com | chicagocrime.org

Reply via email to