Jump to content

nadarockyraccoon

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by nadarockyraccoon

  1. I have three questons:

     

    1.) Is python installed on the server already?

     

    2.) How can I include libraries if the library doesnt have them installed like CGI - Can I just include CGI without worrying if the library is installed on the server.

     

    3.) Does Django have the NECESSARY libraries like the C standard libraries or is it more specific libraries.

     

    Thank you guys so much!

     

    Cokie

     

    answer 1: is yes python is installed

    Python 2.4.3

    Python 2.7.1

    Python 3.2

    are supported

     

    answer 2: A lot of python libraries are installed, check out Snake Charmer . For what isn't, like say I use haystack and whoosh for search functionallity. I simply include the module in my project directory.

     

    And answer3: Full support for Django 1.3 and 1.1, and you can use Django like any other python module like in answer 2.

     

    I highly recommend reading Django Docs for more info on Django and how to use.

×
×
  • Create New...