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
You need to provide more info for use to help you properly. However, this is most probably because didn't set up your Web server to serve static file, and therefor, the admin CSS is not loaded.
To solve this, got the the admin and look at the HTML source. You'll css the path to the admind css. Make your web server service this file on this path.