r333 - in huginmunin/trunk/web: . hm hm/app hm/app/media hm/app/media/css hm/app/media/css/i hm/app/media/img hm/app/media/js hm/app/media/js/MochiKit hm/app/templates hm/app/templates/account hm/app/views hm/db hm/db/databases hm/db/fixtures hm/db/tests hm/lib hm/lib/patches
r338 at insignificant: dan | 2007-11-01 03:53:18 -0400
Reorganized directory structure and removed many unnecessary/unused files and urls.
Notes:
change structure of model files - the database formerly known as hm_development.db is now
db/databases/santa.db (i'm expecting to add more fixture-dbs in the future instead of making
everyone build their own.)
settings.py changed - local changes will have to be reimported (env/ directory coming soon)
change views structure to views/main.py, views/account.py, views/main_urls.py,
views/account_urls.py
the only template directory is app/templates, so all templates should be referenced relative
to there (e.g. 'node_centric.html' instead of 'Main/templates/node_centric.html')
images referenced from .css files should go into css/i (so they can be
cross-browser-compatibly referenced with a relative path)
didn't flatten media, but added media/js, media/css, media/img
Added:
huginmunin/trunk/web/hm/
huginmunin/trunk/web/hm/__init__.py
huginmunin/trunk/web/hm/app/
huginmunin/trunk/web/hm/app/__init__.py
huginmunin/trunk/web/hm/app/media/
huginmunin/trunk/web/hm/app/media/css/
huginmunin/trunk/web/hm/app/media/css/eslides.css
huginmunin/trunk/web/hm/app/media/css/i/
huginmunin/trunk/web/hm/app/media/css/i/Picture1.png
huginmunin/trunk/web/hm/app/media/css/i/Picture2.png
huginmunin/trunk/web/hm/app/media/css/i/Picture3.png
(Continue reading)