Changes between Initial Version and Version 1 of Ticket #30111
- Timestamp:
- Jan 17, 2019, 1:05:59 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30111 – Description
initial v1 47 47 48 48 To 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. 49 Make 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 51 Note: The same thing is working with no problem when running Django 2.1.5