First time here? Check out the FAQ!

gorge's profile - activity

2017-07-31 13:06:51 -0500 received badge Popular Question (source)
2015-03-13 12:25:29 -0500 received badge Popular Question (source)
2014-10-14 04:24:44 -0500 received badge Notable Question (source)
2014-10-09 08:56:33 -0500 received badge Popular Question (source)
2013-12-05 09:24:58 -0500 received badge Popular Question (source)
2013-08-10 00:08:57 -0500 received badge Famous Question (source)
2013-08-06 01:08:21 -0500 received badge Famous Question (source)
2013-05-20 13:59:04 -0500 received badge Famous Question (source)
2013-05-16 15:18:41 -0500 received badge Famous Question (source)
2013-04-18 04:40:52 -0500 received badge Famous Question (source)
2013-04-03 11:47:55 -0500 asked a question STATIC_URL NOT WORKING FOR CDN

I use a cdn to serve files used by apps. I set the STATIC_URL to http://static.mysite.com/ in setting.py. The django admin and other apps acknowledge this and serves files using http://static.mysite.com/admin/* etc ... but askbot removed the http:// from the beginning and replaced it with http://mysite.com/static.mysite.com/css/etc... Is there anything else I am supposed to change. Debug=True is on. Does that make a difference. Using askbot 0.7.48 django 1.4.5

2013-03-29 12:33:32 -0500 asked a question no module named group messaging

I am installing askbot to existing project with djangobb and djangowiki. Since I am using django1.4 I installed askbot with command pip install askbot==0.7.48 to prevent older non 1.4 compatible version being installed. But now the problem is everything seems to run fine but when I add group_messaging to installed apps, it says no module named group messaging. Why could this be happening? Please help!

2013-03-28 23:14:27 -0500 received badge Editor (source)
2013-03-28 23:10:42 -0500 asked a question No module named feeds

I have finished configuring djangobb, djangowiki and askbot on my new site. The problem is that everything works before adding askbot urls.py to my main urls.py. After I add askbot url to urls.py the error ImportError at / No module named feeds Request Method: GET Request URL: http://www.**ght.com/ Django Version: 1.4.5 Exception Type: ImportError Exception Value:
No module named feeds Exception Location: /home/magicflight/lib/python2.7/askbot-0.7.43-py2.7.egg/askbot/feed.py in <module>, line 17 Python Executable: /usr/local/bin/python Python Version: 2.7.3 Python Path:
['/home/magicflight/webapps/django', '/home/magicflight/webapps/django/magic_project', '/home/magicflight/webapps/django/lib/python2.7', '/home/magicflight/lib/python2.7/pip-1.3.1-py2.7.egg', '/home/magicflight/lib/python2.7/askbot-0.7.43-py2.7.egg', '/home/magicflight/lib/python2.7/Django-1.4.5-py2.7.egg', '/home/magicflight/lib/python2.7', '/home/magicflight/PYTHONPATH', '/usr/local/lib/python27.zip', '/usr/local/lib/python2.7', '/usr/local/lib/python2.7/plat-linux2', '/usr/local/lib/python2.7/lib-tk', '/usr/local/lib/python2.7/lib-old', '/usr/local/lib/python2.7/lib-dynload', '/usr/local/lib/python2.7/site-packages', '/usr/local/lib/python2.7/site-packages/PIL', '/home/magicflight/lib/python2.7/askbot-0.7.43-py2.7.egg/askbot/deps'] Server time: Thu, 28 Mar 2013 22:39:19 -0500 Traceback Switch to copy-and-paste view

/home/magicflight/webapps/django/lib/python2.7/django/core/handlers/base.py in get_response request.path_info) ... ▶ Local vars /home/magicflight/webapps/django/lib/python2.7/django/core/urlresolvers.py in resolve for pattern in self.url_patterns: ... ▶ Local vars /home/magicflight/webapps/django/lib/python2.7/django/core/urlresolvers.py in url_patterns patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module) ... ▶ Local vars /home/magicflight/webapps/django/lib/python2.7/django/core/urlresolvers.py in urlconf_module self._urlconf_module = import_module(self.urlconf_name) ... ▶ Local vars /home/magicflight/webapps/django/lib/python2.7/django/utils/importlib.py in import_module __import__(name) ... ▶ Local vars /home/magicflight/webapps/django/magic_project/magic_project/urls.py in <module> (r'%s' % settings.ASKBOT_URL, include('askbot.urls')) ... ▶ Local vars /home/magicflight/webapps/django/lib/python2.7/django/conf/urls/__init__.py in include urlconf_module = import_module(urlconf_module) ... ▶ Local vars /home/magicflight/webapps/django/lib/python2.7/django/utils/importlib.py in import_module __import__(name) ... ▶ Local vars /home/magicflight/lib/python2.7/askbot-0.7.43-py2.7.egg/askbot/urls.py in <module> from askbot.feed import RssLastestQuestionsFeed, RssIndividualQuestionFeed ... ▶ Local vars /home/magicflight/lib/python2.7/askbot-0.7.43-py2.7.egg/askbot/feed.py in <module> from django.contrib.syndication.feeds import Feed ... ▶ Local vars Request information

GET No GET data POST No POST data FILES No FILES data COOKIES No cookie data META Variable Value mod_wsgi.listener_port
'27442' HTTP_X_FORWARDED_SERVER 'www.*t.com' HTTP_ACCEPT_LANGUAGE
'en-US,en;q=0.8' SERVER_PROTOCOL 'HTTP/1.0' SERVER_SOFTWARE 'Apache/2.2.17 (Unix) mod_wsgi/3.4 Python/2.7.3' SCRIPT_NAME u'' mod_wsgi.enable_sendfile
'0' mod_wsgi.handler_script '' SERVER_SIGNATURE
'' REQUEST_METHOD
'GET' HTTP_HTTPS
'off' PATH_INFO
u'/' HTTP_X_FORWARDED_SSL
'off' QUERY_STRING
'' HTTP_ACCEPT_CHARSET 'ISO-8859-1,utf-8;q=0.7 ...
(more)

2013-03-21 03:07:14 -0500 asked a question What may cause error "Table 'forum1.livesettings_setting' doesn't exist"?

I copied the askbot directory into my project root added settings according to directions given by console. but showing errors.

No handlers could be found for logger "keyedcache" WARNING!!! You are using a 'locmem' (local memory) caching backend, which is OK for a low volume site running on a single-process server. For a multi-process configuration it is neccessary to have a production cache system, such as redis or memcached.

With local memory caching and multi-process setup you might intermittently see outdated content on your site.

Traceback (most recent call last): File "/opt/lampp/htdocs/django/newforum/askbot/deps/livesettings/values.py", line 311, in _value val = self.setting.value File "/opt/lampp/htdocs/django/newforum/askbot/deps/livesettings/values.py", line 293, in _setting return find_setting(self.group.key, self.key) File "/opt/lampp/htdocs/django/newforum/askbot/deps/livesettings/models.py", line 48, in find_setting setting = Setting.objects.get(site__id__exact=siteid, key__exact=key, group__exact=group) File "/usr/local/lib/python2.7/dist-packages/django/db/models/manager.py", line 131, in get return self.get_query_set().get(args, *kwargs) File "/usr/local/lib/python2.7/dist-packages/django/db/models/query.py", line 361, in get num = len(clone) File "/usr/local/lib/python2.7/dist-packages/django/db/models/query.py", line 85, in __len__ self._result_cache = list(self.iterator()) File "/usr/local/lib/python2.7/dist-packages/django/db/models/query.py", line 291, in iterator for row in compiler.results_iter(): File "/usr/local/lib/python2.7/dist-packages/django/db/models/sql/compiler.py", line 763, in results_iter for rows in self.execute_sql(MULTI): File "/usr/local/lib/python2.7/dist-packages/django/db/models/sql/compiler.py", line 818, in execute_sql cursor.execute(sql, params) File "/usr/local/lib/python2.7/dist-packages/django/db/backends/util.py", line 40, in execute return self.cursor.execute(sql, params) File "/usr/local/lib/python2.7/dist-packages/django/db/backends/mysql/base.py", line 114, in execute return self.cursor.execute(query, args) File "/usr/local/lib/python2.7/dist-packages/MySQL_python-1.2.4b4-py2.7-linux-i686.egg/MySQLdb/cursors.py", line 202, in execute self.errorhandler(self, exc, value) File "/usr/local/lib/python2.7/dist-packages/MySQL_python-1.2.4b4-py2.7-linux-i686.egg/MySQLdb/connections.py", line 36, in defaulterrorhandler raise errorclass, errorvalue DatabaseError: (1146, "Table 'forum1.livesettings_setting' doesn't exist") ("Startup error, couldn't load EXTERNAL_KEYS.RECAPTCHA_SECRET", None) Traceback (most recent call last): File "/opt/lampp/htdocs/django/newforum/askbot/deps/livesettings/values.py", line 311, in _value val = self.setting.value File "/opt/lampp/htdocs/django/newforum/askbot/deps/livesettings/values.py", line 293, in _setting return find_setting(self.group.key, self.key) File "/opt/lampp/htdocs/django/newforum/askbot/deps/livesettings/models.py", line 48, in find_setting setting = Setting.objects.get(site__id__exact=siteid, key__exact=key, group__exact=group) File "/usr/local/lib/python2.7/dist-packages/django/db/models/manager.py", line 131, in get return self.get_query_set().get(args, *kwargs) File "/usr/local/lib/python2.7/dist-packages/django/db/models/query.py", line 361, in get num ... (more)

2013-03-16 03:10:32 -0500 asked a question integrating askbot with other django apps

I have a forum and wiki on my site. It does not have reputation or badges system. I am wondering if it is possible (to code) to integrate reputation into these apps from askbot. Like a common reputation and badges system. When user posts a post his reputation increases or for some other milestone he gets awarded a badge, all this visible in the askbot profile page?

2013-03-15 23:42:53 -0500 commented answer Askbot userprofile and registration

No your auth is fine....I like your profile too...One more thing. I have a forum also on the site..can I customize your karma and badges to award karma for posting in forum and awards for forum activities??

2013-03-15 23:34:27 -0500 commented answer Askbot userprofile and registration

guess the main profile with images and details(country etc) also part of askbot and the social registration part of?

2013-03-15 23:20:25 -0500 received badge Student (source)
2013-03-15 23:13:21 -0500 asked a question Askbot userprofile and registration

I want to know if the askbot profile(badges, follow subscriptions) is part of another app or designed by askbot team and also the registration page with social auth, is it another app or self designed. Thanking you, George

2013-03-15 22:00:18 -0500 answered a question How to use askbot as a pluggable django app?

this is cool