Comment #13 on issue 3022 by e...@plaxis.com: rb-site manage index does not work
http://code.google.com/p/reviewboard/issues/detail?id=3022

When I issued:
sudo "/usr/bin/python" "/usr/local/bin/rb-site" manage <path/to/site> shell

I got the following deprecation warning:
/usr/local/lib/python2.6/dist-packages/Django-1.4.5-py2.6.egg/django/conf/__init__.py:110: DeprecationWarning: The SECRET_KEY setting must not be empty. warnings.warn("The SECRET_KEY setting must not be empty.", DeprecationWarning)

Although, the shell did start. However, when I issue following commands:
from django.conf import settings
print settings.__file__

I got:
/usr/local/lib/python2.6/dist-packages/Django-1.4.5-py2.6.egg/django/utils/functional.pyc in inner(self, *args)
    183         if self._wrapped is empty:
    184             self._setup()
--> 185         return func(self._wrapped, *args)
    186     return inner
    187

AttributeError: 'Settings' object has no attribute '__file__'


--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
"reviewboard-issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to