Yes, I am using sqlite, otherwise I would probably use pgadmin, or
another db-acces-tool.
Deleting the file an run syncdb works perfectly.

Thanks for your answers.

On 12 Mai, 16:20, "Chris Czub" <[EMAIL PROTECTED]> wrote:
> If you are using SQLite you could just delete the database file. If not, I'm
> confused at why you'd have access to the shell but not access to the
> database - do you not have access to the database you are working on or
> something? If so, I would ask whoever has access to it to drop the tables
> for you. I don't think there'd be a shell command that would allow you to
> drop database tables without having database access since that would be a
> security flaw.
>
> If you reply with which DBMS you're using, we can give you specific
> instructions for how to drop tables.
>
> On Mon, May 12, 2008 at 3:47 AM, mwebs <[EMAIL PROTECTED]> wrote:
>
> > Hi,
>
> > is there anyway to drop all tables without falling back to raw sql. I
> > mean with an shell command or something like that?
>
> > Thank you
>
> > Toni
--~--~---------~--~----~------------~-------~--~----~
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