I finally got my django install working, however I\'m noticing that the typical look and feel of the admin pages are missing, and it\'s as if there are no styles applied to
I've solved this issue simply with the alias on apache:
Alias /static/admin/ /usr/local/lib/python2.6/dist-packages/django/contrib/admin/media/
Alias admin/media/ /usr/local/lib/python2.6/dist-packages/django/contrib/admin/media/