[project @ Moved ga_frontend to gaworkflow.frontend package.]
authorBrandon King <kingb@caltech.edu>
Tue, 20 Nov 2007 18:48:21 +0000 (18:48 +0000)
committerBrandon King <kingb@caltech.edu>
Tue, 20 Nov 2007 18:48:21 +0000 (18:48 +0000)
commit8a5bc0aa3e00f05fd0e56e07386b820fd20f13e3
treea9684b1613def8a0b02c2c8603f81f5f8f62f979
parentc6ad3af76120d3aa6c17c910a1700ecbcd262d1d
[project @ Moved ga_frontend to gaworkflow.frontend package.]
 * All the modules in the front end have been updated to be
   located in gaworkflow.frontend.
 * Requires that PYTHONPATH include top level directory or
   for the package to be installed as gaworkflow/frontend/manage.py
   only adds frontend/ to the python path, and therefore it will fail.
 * Changed the hard coded paths to be more like
   os.path.abspath('../../fctracker.db') so, the code should just work
   if the main package is available on the python path. (Good defaults
   are nice!)
24 files changed:
ga_frontend/__init__.py [deleted file]
ga_frontend/eland_config/__init__.py [deleted file]
ga_frontend/eland_config/forms.py [deleted file]
ga_frontend/eland_config/models.py [deleted file]
ga_frontend/eland_config/urls.py [deleted file]
ga_frontend/eland_config/views.py [deleted file]
ga_frontend/fctracker/__init__.py [deleted file]
ga_frontend/fctracker/models.py [deleted file]
ga_frontend/fctracker/views.py [deleted file]
ga_frontend/manage.py [deleted file]
ga_frontend/settings.py [deleted file]
ga_frontend/urls.py [deleted file]
gaworkflow/frontend/__init__.py [new file with mode: 0644]
gaworkflow/frontend/eland_config/__init__.py [new file with mode: 0644]
gaworkflow/frontend/eland_config/forms.py [new file with mode: 0644]
gaworkflow/frontend/eland_config/models.py [new file with mode: 0644]
gaworkflow/frontend/eland_config/urls.py [new file with mode: 0644]
gaworkflow/frontend/eland_config/views.py [new file with mode: 0644]
gaworkflow/frontend/fctracker/__init__.py [new file with mode: 0644]
gaworkflow/frontend/fctracker/models.py [new file with mode: 0644]
gaworkflow/frontend/fctracker/views.py [new file with mode: 0644]
gaworkflow/frontend/manage.py [new file with mode: 0644]
gaworkflow/frontend/settings.py [new file with mode: 0644]
gaworkflow/frontend/urls.py [new file with mode: 0644]