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
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
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': '', #
3 matches
Mail list logo