Re: Using Django with Microsoft SQL Server

2016-01-07 Thread whycrying
Sorry. `inspect` -> `inspectdb` . On Fri, Jan 8, 2016 at 12:54 AM, whycrying <kwanw...@gmail.com> wrote: > Using django-pyodbc for connecting to SQL Server as Sid said. > > Then use the `inspect` management command to build the models :: > > $ python manage.py inspe

Re: Django + Ckeditor

2016-01-03 Thread whycrying
Hi, David, You can close the auto-escaping behavior like this :: {% autoescape off %} {{ content }} {% endautoescape %} ref: https://docs.djangoproject.com/en/1.8/ref/templates/builtins/#autoescape On Sun, Jan 3, 2016 at 5:12 AM, David Pineda wrote: > Hello