Re: running shell commands from a file

2009-01-23 Thread Tonu Mikk
I was able to fix this by modifying the settings.py file INSTALLED_APPS section by removing django_bookmarks from 'django_bookmarks.bookmarks'. Tonu Tonu wrote: > I am trying to write a small program that imports delicious bookmarks > into the Django project's database. When I try the commands

running shell commands from a file

2009-01-22 Thread Tonu
I am trying to write a small program that imports delicious bookmarks into the Django project's database. When I try the commands using manage.py shell , then they work, but when I put the commands into a file "feed.py" and try them I receive an error: " ImportError: No module named django_bookma