Changes between Version 67 and Version 68 of IrcFAQ


Ignore:
Timestamp:
Apr 27, 2008, 12:12:50 PM (16 years ago)
Author:
Paul Bissex
Comment:

added link to explanation of pythonpath

Legend:

Unmodified
Added
Removed
Modified
  • IrcFAQ

    v67 v68  
    3030
    3131Yes. http://wiki.python.org/moin/PythonBooks
     32
     33== What's this about Python Path?  Django is complaning it can't import stuff. == #PythonPath
     34
     35 * This is an important concept to understand in order to use Python/Django happily. [http://docs.python.org/tut/node8.html#SECTION008120000000000000000 The official Python tutorial explains it pretty well.]
    3236
    3337= Installing and Deploying Django = #InstallAndDeploy
Back to Top