Everything on the install of django-disqus has gone smooth till now.
I ran manage.py as instructed to here: http://django-disqus.readthedocs.org/en/latest/commands.html but the output was all wrong because I ran the dumpdata command on the wrong manage.py file.
./manage.py dumpdata
Where is the manage.py file I'm to run dumpdata on?
I'm attempting to setup the dump as a .json so that the comments are pulled locally as seen here: http://docs.disqus.com/help/58 It keeps a backup and is good for seo.
disqus_before thedumpdatain their example. – DTing May 4 '11 at 6:26