Hi Richard,

Django does not support MS SQL by default, but you should get good mileage
from https://django-mssql.readthedocs.io/en/latest/ to get started.

-ken

On Wed, Jul 6, 2016 at 4:31 PM, Richard <[email protected]> wrote:

>
> I'm trying to install mezzanine but my database specification is to use MS
> SQL server. Anybody knows how to set the configuration to install mezzanine
> and start a project with MS SQL server 2012.
>
> Settings.py
>
> DATABASES = {
>     "default": {
>         # Add "postgresql_psycopg2", "mysql", "sqlite3" or "oracle".
>         "ENGINE": "django.db.sqlserver_ado.",
>         # DB name or path to database file if using sqlite3.
>         "NAME": "",
>         # Not used with sqlite3.
>         "USER": "",
>         # Not used with sqlite3.
>         "PASSWORD": "",
>         # Set to empty string for localhost. Not used with sqlite3.
>         "HOST": "",
>         # Set to empty string for default. Not used with sqlite3.
>         "PORT": "",
>     }}
>
> --
> You received this message because you are subscribed to the Google Groups
> "Mezzanine Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Mezzanine Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to