Changes between Initial Version and Version 1 of Ticket #27591


Ignore:
Timestamp:
Dec 12, 2016, 12:59:36 PM (7 years ago)
Author:
Tim Graham
Comment:

To get help, please see TicketClosingReasons/UseSupportChannels. If Django turns out to be at fault, please reopen with an explanation of why.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #27591

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

    initial v1  
    1212manage.py  shell    ( throws ImportError )
    1313-------------------------------------------------------------------------------------------------------------
     14{{{
    1415try:
    1516    import django
     
    2021        "forget to activate a virtual environment?"
    2122    )
     23}}}
    2224--------------------------------------------------------------------------------------------------------------
    2325Observation 1 :  Even though manage.py is unable to import Django
Back to Top