I know that this is an old question, but with current versions of django (1.6+), you can accomplish this from the command line the following way:
python manage.py diffsettings --all
The result will show all of the settings including the defautls (denoted by ### in front of the settings name).