Changes between Initial Version and Version 1 of Ticket #29659


Ignore:
Timestamp:
Aug 10, 2018, 1:02:17 PM (6 years ago)
Author:
Tim Graham
Comment:

See TicketClosingReasons/UseSupportChannels for places to get help with usage questions like this.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29659

    • Property Resolutioninvalid
    • Property Status newclosed
  • Ticket #29659 – Description

    initial v1  
    22
    33I am trying to connect to SQL server 2012 using Pyodbc and DJango framework but the version of Django is 2.1. Now, when I try to connect using below code when I only have Pyodbc installed then the below code doesnot run.
    4 
     4{{{
    55DATABASES = {
    66    'default': {
     
    2222            },
    2323}
    24 
     24}}}
    2525
    2626But when I install django-pyodbc-azure and try to run the above code by running python manage.py inspectdb command, it works.
Back to Top