Andrew Colin Kissa schreef: > Hi All, > > For those using 1.1.0 release candidate or Github code can you please > provide some feedback on your experiences. > > Thanks in advance, > > Andrew > > -- > Baruwa - www.baruwa.org > > _______________________________________________ > Baruwa mailing list > [email protected] > http://lists.baruwa.org/mailman/listinfo/baruwa > Hello i started today and installed baruwa 1.1.0-rc2 to test
in the setup.py file there is something changed. added is anyjson en django-celery I am on a FreeBSD machine, and can not find a port py-anyjson. the jsons i have are py26-cjson-1.05 py26-demjson-1.4 py26-geojson-1.0.1,1 py26-json-py-3.4 py26-jsonlib-1.3.10 py26-jsonlib2-1.5.1 py26-simplejson-2.09 py26-Turbojson-1.2.1 also django-celery port i do not have. If i run #python setup.py install All looks good it seems to install some stuf. Some more questions. in settings.py , i see the following. #celery CELERY_CONCURRENCY = 20 CELERY_DISABLE_RATE_LIMITS = True BROKER_HOST = "localhost" BROKER_PORT = 5672 BROKER_USER = "baruwa" BROKER_PASSWORD = "password" BROKER_VHOST = "baruwa" I did leave them as is, but where is it for? then i did a /usr/local/lib/python2.6/site-packages/baruwa-1.1.0-py2.6.egg/baruwa/manage.py syncdb it gave me the following. Creating table mailq Creating table celery_taskmeta Creating table celery_tasksetmeta Creating table djcelery_intervalschedule Creating table djcelery_crontabschedule Creating table djcelery_periodictasks Creating table djcelery_periodictask Creating table djcelery_workerstate Creating table djcelery_taskstate Installing index for status.MailQueueItem model Installing index for djcelery.PeriodicTask model Installing index for djcelery.WorkerState model Installing index for djcelery.TaskState model No fixtures found. Create the softlinks ln -s /usr/local/www/dojo/dojo /usr/local/lib/python2.6/site-packages/baruwa-1.1.0-py2.6.egg/baruwa/static/js/ ln -s /usr/local/www/dojo/dojox /usr/local/lib/python2.6/site-packages/baruwa-1.1.0-py2.6.egg/baruwa/static/js/ ln -s /usr/local/www/dojo/dijit /usr/local/lib/python2.6/site-packages/baruwa-1.1.0-py2.6.egg/baruwa/static/js I installed the ~/baruwa/extra/* files on the system. restarted apache All seems to work. So my main question is the celery part... thanks for your time. regards, Johan Hendriks _______________________________________________ Baruwa mailing list [email protected] http://lists.baruwa.org/mailman/listinfo/baruwa

