Hi there,
you can have dhango apps portable with no problems. place them on your
usb stick and run them with PP like this:
- start PP script runner (PortablePython.bat in the root of your PP
installation)
- click green plus button and select manage.py script from your django
app
- in the script arguments box type "runserver" without quotes
- leave "run in separate process" checked
- click ok and you will see script added to script runner (like this
you can have more different projects in the list)
- select script in the list and click on the green arrow button (run
selected script)
after this you will see command prompt box starting with validating
models... etc and your django app will be running if your model is
validating ok :)
keep pythoning!
Perica