On Wed, Jun 12, 2013 at 3:21 PM, Shailen Sobhee <[email protected]> wrote: > You need to download the sqlite3 program. > > This can be obtained here: http://www.sqlite.org/download.html (site up as > of date of posting this reply.) > > 1) Put the sqlite3.exe file in your PATH. If you do not know what that is, > copy the file in C:\Windows\System32 > 2) In a command prompt, type: > sqlite3 <path_to_my_database> > .schema > 3) <path_to_my_database> is the path where the database is created when you > executed "python manage.py syncdb". The path can also be found in the > "settings.py" file > 4) StackExchange is a better place to ask for support. >
5) Original poster is probably not still waiting for a response to a question asked over three and a half years ago. Better stick to stackexchange. Cheers Tom -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.

