First time here? Check out the FAQ!

Sindbad's profile - activity

2018-05-21 19:12:49 -0500 received badge Popular Question (source)
2016-08-11 05:19:18 -0500 received badge Notable Question (source)
2016-08-11 05:19:18 -0500 received badge Popular Question (source)
2015-09-21 06:23:54 -0500 received badge Famous Question (source)
2015-05-02 19:40:09 -0500 received badge Famous Question (source)
2015-05-02 16:52:18 -0500 commented answer Can integrate Askbot with exist wordpress and use same wp users ?

i mean my own WordPress .org user and this user didn't have WordPress Account on wordpress.com !
@Evgeny

2015-04-07 11:38:59 -0500 asked a question Can integrate Askbot with exist wordpress and use same wp users ?

Can i integrate Askbot with exist WordPress and use same WP users ? How can i do that on django or askbot ? should i make an python script to check WP users when new user want to make signup on askbot every time to know is registered user or not and if he registered user how can i update askbot users and add him with same password and email.

any help i will appreciated , thanx to all

2015-03-18 20:33:35 -0500 received badge Enthusiast
2015-03-02 14:31:49 -0500 commented answer Spambot registrered 1000 users - command to delete last 1000 users?

No. To do it just once you would simply write the delete statement for the table you want to cascade. DELETE FROM some_child_table WHERE some_fk_field IN (SELECT some_id FROM some_Table); DELETE FROM some_table;

2015-03-01 20:19:01 -0500 answered a question How to fix "SystemExit" error in the startup_procedures?

add this command on your settings.py file

ASKBOT_SELF_TEST = False

and
try this : "python manage.py collectstatic"
try this : "python manage.py syncdb --migrate --noinput"

2015-02-26 22:41:57 -0500 received badge Famous Question (source)
2015-02-24 13:15:57 -0500 received badge Teacher ( source )
2015-02-24 10:35:19 -0500 answered a question Spambot registrered 1000 users - command to delete last 1000 users?

what type of database you use ???

2015-02-20 14:40:07 -0500 asked a question Sign_out button disappear !!!

Hello all ,
I work on Askbot project as app with django-cms so i have merged one database PostgreSQL so django use one auth user when i logged in from django-cms title bar i found that aim logged in askbot automatically but i found that Sign_out button disappear !!! so what happened to template
https://www.dropbox.com/s/h3nwfum5lo4g2a7/2015-02-20_101625.jpg?dl=0
i use : windows 7 , python 2.7.9 , virtualenv my package is :
akismet==0.2.0
amqp==1.4.6
anyjson==0.3.3
askbot==0.7.51
beautifulsoup4==4.3.2
billiard==3.3.0.19
celery==3.1.17
Coffin==0.3.8
dj-database-url==0.3.0
Django==1.5.12
django-admin-sortable==1.6.7
django-appconf==1.0.1
django-celery==3.1.16
django-classy-tags==0.6.1
django-cms==3.0.10
django-compressor==1.2
django-countries==1.0.5
django-followit==0.0.6
django-keyedcache==1.5.1
django-kombu==0.9.4
django-mptt==0.6.1
django-picklefield==0.3.0
django-recaptcha-works==0.3.4
django-reversion==1.7.1
django-robots==1.0
django-sekizai==0.7
django-threaded-multihost==1.4.post1
django-tinymce==1.5.1b2
djangocms-admin-style==0.2.5
djangocms-column==1.5
djangocms-file==0.1
djangocms-flash==0.1
djangocms-googlemap==0.2
djangocms-inherit==0.1
djangocms-installer==0.7.2
djangocms-link==1.5
djangocms-picture==0.1
djangocms-slideshow==0.1.5
djangocms-style==1.5
djangocms-teaser==0.1
djangocms-text-ckeditor==2.4.3
djangocms-video==0.1
easy-thumbnails==2.0.1
html5lib==0.90
httplib2==0.9
jinja2==2.7.3
kombu==3.0.24
longerusername==0.4
markdown2==2.3.0
markupsafe==0.23
oauth2==1.5.211
Pillow==2.7.0
psycopg2==2.5.4
pystache==0.3.1
python-openid==2.2.5
pytz==2014.10
requests==2.5.1
sanction==0.3.1
six==1.9.0
South==1.0.2
unidecode==0.4.17

any help i will appreciated >>>>

2015-02-20 13:29:32 -0500 received badge Scholar ( source )
2015-02-20 13:29:23 -0500 answered a question Login/Signup to Post Button Give ERROR

Thank You ,
it solved,
i used : "pip install coffin==0.3.8".
not version coffin 0.3 and not coffin 0.4.0 >> both gives error.

2015-02-20 04:21:45 -0500 received badge Supporter ( source )
2015-02-18 16:51:23 -0500 received badge Student (source)
2015-02-18 16:07:29 -0500 asked a question Login/Signup to Post Button Give ERROR

Hello all , i use : [windows 7 - python 2.7.9 - virtualenv - askbot 0.7.49 - django cms - PostgreSQL]

I merged askbot with django cms as reusable application so i configure one database PostgreSQL ، my site is run will when i have user logged in , and give error for anonymous users when they try to ask question they must click on Login/Signup to Post Button to submit the post, and they will be redirected to the login/signup page but it gives that error on runtime

ValueError at /en/forum/account/signin/
dictionary update sequence element #0 has length 13; 2 is required
Request Method: GET
Request URL:    http: // 127.0.0.1 : 8000/en/forum/account/signin/
Django Version: 1.5.12
Exception Type: ValueError
Exception Value:    
dictionary update sequence element #0 has length 13; 2 is required
Exception Location: C:\newenv\lib\site-packages\coffin-0.4.0-py2.7.egg\coffin\template\__init__.py in dict_from_django_context, line 80
Python Executable:  C:\newenv\Scripts\python.exe
Python Version: 2.7.9

any help i will appreciated

2015-02-18 14:54:23 -0500 commented question Any tutorial on askbot?

I hope help you :
1- [Django Tutorial](https://www.youtube.com/channel/UCWEHue8kksIaktO8KTTN_zg) 2- [Askbot Documentation](http://askbot.org/doc/) 3- [Askbot Questions](http://askbot.org/en/) 4- you can also send asking to "admin@askbot.org"
best wishes :D

2015-02-18 14:40:37 -0500 answered a question Why is the database search so slow?

YAAAH , database will be very slow if you use sqlite3 database and database file size will be large، Askbot works fine with PostgreSQL database because Postgres is extremely capable of handling many tasks very efficiently. Support for concurrency is achieved without read locks thanks to the implementation of Multiversion Concurrency Control (MVCC), which also ensures the ACID compliance.

2015-02-18 14:31:51 -0500 received badge Editor ( source )
2015-02-18 14:30:34 -0500 answered a question Default Admin Login?

Oky mybe you can use this : "python manage.py createsuperuser" :D

2015-02-18 14:26:52 -0500 received badge Autobiographer
2015-02-18 14:24:01 -0500 asked a question sad asdsad

as das dasd ad