I have created a Django using sqlite as the database, and everything works fine. But when I try to open the database using sqlite directly rather than through Django: sqlite mydatabase.db I receive the message "File encrypted or not a database." How can I access the database outside of Django?
--~--~---------~--~----~------------~-------~--~----~ 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 django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---