Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
visual_changes
|
|
|
|
|
|
|
|
visual_changes
|
|
|
|
|
|
are kept blank
|
|
|
|
|
|
|
|
|
|
|
|
Changed to Buildout
|
|
|
|
installation and URL_ROOT as per Prof. Prabhu Ramachandran's sugestions
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
buildout in /bin/django.wsgi
|
|
|
|
|
|
|
|
|
|
|
|
For a bash question we now put a #!/bin/bash at the top.
We now use annotations to speed up the monitor page rendering rather
than doing the sort in Python which ends up being inefficient due to the
db calls. I get a roughly 5x improvement in speed.
|
|
|
|
Some users seem to submit unicode characters (bah!), this changeset
deals with these gracefully.
|
|
|
|
|
|
|
|
|
|
If the user_dir was deleted, the script would fail. We now create the
user_dir if it isn't there. If the bash script is not properly created
you get other uncaught errors which were not reported. This is fixed
and tested.
|