Changeset 6256 for README


Ignore:
Timestamp:
Sep 11, 2008, 10:50:55 AM (17 years ago)
Author:
RIck van der Zwet
Message:

Link and LinkPool is not working due the complexity and not logic approch. Viewsor crippled for example. Let's try to link Interface directly to an Interface itself and let's see whether this is going to work. Might need the notion of an Alias, but yet to be defined.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • README

    r6236 r6256  
    1111
    1212= Hacking =
    13 Install Django trunk revision 8354 to $DJANGOROOT
     13Install Django 1.0 to $DJANGOROOT
    1414
    1515Install Django extentions using http://code.google.com/p/django-command-extensions/wiki/InstallationInstructions
     
    2929To run the developmentserver do
    3030$ cd $SVNROOT
    31 $ ./sampleserver/manage.py runserver 8000 --pythonpath=`pwd` runserver
     31$ ./sampleserver/manage.py runserver 8000 --pythonpath=`pwd`
    3232
    3333
Note: See TracChangeset for help on using the changeset viewer.