> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To post to this group, send email to django...@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>
>
--
Sent from my mobile device
DATABASES = {Â Â 'default': {Â Â Â Â 'ENGINE': 'django.db.backends.sqlite3', Â # Add'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'oracle'.
    'NAME': 'test.db',            # Or path to database
file if using sqlite3.    'USER': '',            # Not used with sqlite3.    'PASSWORD': '',          # Not used with sqlite3.    'HOST': '',            # Set to empty string forlocalhost. Not used with sqlite3.    'PORT': '',            # Set to empty string fordefault. Not used with sqlite3.  }
Webseite is German for web-site, so probably not.
Cheers
Tom