Re: Have different databases using SQLite

2011-10-07 Thread Lars Ruoff
Many thanks, Tom! Didn't notice this was covered in the docs. -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/Mue4TVMYw_0J. To post to this group, send emai

Re: Have different databases using SQLite

2011-10-07 Thread Tom Evans
On Thu, Oct 6, 2011 at 8:37 PM, Lars Ruoff wrote: > Hi, > > i'm having the Django database set up like so: > DATABASES = { >    'default': { >        'ENGINE': 'django.db.backends.sqlite3', >        'NAME': 'D:\Users\Max\Projects\my4x\data\my4x.db', >        'USER': '',                      # Not

Have different databases using SQLite

2011-10-06 Thread Lars Ruoff
Hi, i'm having the Django database set up like so: DATABASES = { 'default': { 'ENGINE': 'django.db.backends.sqlite3', 'NAME': 'D:\Users\Max\Projects\my4x\data\my4x.db', 'USER': '', # Not used with sqlite3. 'PASSWORD': '', #