how can I get askbot's database ,the detail of tables?
I want to get the tables sql script.how to get it???
I want to get the tables sql script.how to get it???
This is database specific. You can log in to the db shell by typing:
python manage.py dbshell
Or log in to the database directly via an appropriate client.
then in mysql
show tables;
in sqlite
.tables
in postgres
\d
I haven't IDE,can you gave me the sql script of mysql version by email? email address is yfq2010@gmail.com ,thanks you very much.
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2012-04-03 08:30:55 -0600
Seen: 322 times
Last updated: Apr 03 '12
Is this a hosted account, or did you install the code on your own server?