Changes between Initial Version and Version 1 of Ticket #28376
- Timestamp:
- Jul 7, 2017, 8:15:28 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28376
- Property Resolution → invalid
- Property Status new → closed
-
Ticket #28376 – Description
initial v1 1 1 When i am following the django tutorial with django 1.11.2 and Python 3.6.1 i see the following error. I am using sqlite3 backend. 2 3 2 {{{ 4 3 Performing system checks... 5 4 … … 51 50 conn = Database.connect(**conn_params) 52 51 django.db.utils.NotSupportedError: URIs not supported 52 }}}