Changes between Initial Version and Version 1 of Ticket #27553


Ignore:
Timestamp:
Nov 29, 2016, 2:39:03 PM (7 years ago)
Author:
Tim Graham
Comment:

Please see TicketClosingReasons/UseSupportChannels for ways to get help.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #27553

    • Property Resolutioninvalid
    • Property Status newclosed
    • Property Summary tutorial python manage.py runserver creates segmentation faulttutorial python manage.py runserver creates NameError: name 'include' is not defined
  • Ticket #27553 – Description

    initial v1  
    11Hi there, I tried the tutorial / introduction to django and get stuck. I have installed django, verified that it is working :
    2 ```
     2{{{
    33python 3.5.2:4def2a2901a5 on win32, and django 1.10.3 on mingw32 on a windows 10 machine.
    4 ```
     4}}}
    55
    66I did not install a virtual environment.
     
    1212The next step does not work though:
    1313python manage.py runserver gives me this output
    14 ```
     14{{{
    1515Performing system checks...
    1616
     
    5050    url(r'^polls/', include('polls.urls')),
    5151NameError: name 'include' is not defined
     52}}}
Back to Top