Re: Using sqlite3 to test locally

2010-07-29 Thread Zo
I fixed this by commenting out 'django.contrib.auth' from INSTALLED_APPS in settings.py Also, to run doctests in PyDev for eclipse, all you need to do is go to run configuration and add -v as an argument. Then right click on the file with the doctest and run as 'Python Run' Hope this helps anyone

Re: Using sqlite3 to test locally

2010-07-28 Thread Zo
I had not, i ran it and created a superuser. should I be changing my setting file for my user info? I also changed DATABASE_ROUTERS = [] because it was previously set to ['test.ReportAdmin.routers.ReportAdminRouter'] and I went back to DATABASES = { 'default' : {

Re: Using sqlite3 to test locally

2010-07-28 Thread Shawn Milochik
Did you run ./manage.py syncdb? -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For mor