Changes between Initial Version and Version 1 of Ticket #30111


Ignore:
Timestamp:
Jan 17, 2019, 1:05:59 PM (6 years ago)
Author:
Jann Haber
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #30111 – Description

    initial v1  
    4747
    4848To reproduce (running python 3.7.2):
    49 Make a new python3 venv (python3 -m venv) and activate. Install django and psycopg2 using pip. Use django-admin.py startproject to get a fresh installation of django. Add contrib.postgres to INSTALLED_APPS. Run the command above, which should display the help messages. The same thing happens also with any other manage.py command.
     49Make a new python3 venv (python3 -m venv) and activate. Install django 2.2a1 and psycopg2 using pip. Use django-admin.py startproject to get a fresh installation of django. Add contrib.postgres to INSTALLED_APPS. Run the command above, which should display the help messages. The same thing happens also with any other manage.py command.
     50
     51Note: The same thing is working with no problem when running Django 2.1.5
Back to Top