Skip to content

Instantly share code, notes, and snippets.

View lenada's full-sized avatar

Leander Roters lenada

View GitHub Profile
@lenada
lenada / gist:3034651
Created July 2, 2012 18:08
sample websolr update request
curl http://hostname/solr/xxxxxxxxxxx/update -H "Content-Type: text/xml" --data-binary '<add allowDups="false" overwritePending="true" overwriteCommitted="true"><doc><field name="id">easybib_4562eb2ace54c7e846baca223705eff8</field><field name="source">journal</field><field name="json">{"_id":"4562eb2ace54c7e846baca223705eff8","_rev":"1-3133123208","source":"journal","pubtype":{"main":"pubjournal","suffix":"pubdatabase"},"pubjournal":{"nonconsecutive":"","end":"61","start":"61","title":"Time Canada","issue":"16","restarts":"","series":"","seriesnumber":"","volume":"162","year":"2003"},"journal":{"title":"This is Your Brain on Rejection"},"pubdatabase":{"dayaccessed":"30","monthaccessed":"october","yearaccessed":"2006","city":"","db":"EBSCOhost","library":"","searchtext":"","searchtype":"","service":""},"reference_number":"200612141352101165","contributors":[{"function":"author","first":"Mark","middle":"R","last":"Leary"}],"annotation":[]}</field><field name="datasource">easybib</field><field name="source_boost
@lenada
lenada / gist:2400099
Created April 16, 2012 17:26
Booktype DeprecationWarnings
$ django-admin.py runserver
/usr/local/lib/python2.6/dist-packages/Django-1.3.1-py2.6.egg/django/db/__init__.py:19: DeprecationWarning: settings.DATABASE_* is deprecated; use settings.DATABASES instead.
DeprecationWarning
/usr/local/lib/python2.6/dist-packages/Django-1.3.1-py2.6.egg/django/db/__init__.py:60: DeprecationWarning: Short names for ENGINE in database configurations are deprecated. Prepend default.ENGINE with 'django.db.backends.'
DeprecationWarning
/usr/local/lib/python2.6/dist-packages/Django-1.3.1-py2.6.egg/django/db/__init__.py:19: DeprecationWarning: settings.DATABASE_* is deprecated; use settings.DATABASES instead.
DeprecationWarning
/usr/local/lib/python2.6/dist-packages/Django-1.3.1-py2.6.egg/django/db/__init__.py:60: DeprecationWarning: Short names for ENGINE in database configurations are deprecated. Prepend default.ENGINE with 'django.db.backends.'
DeprecationWarning
@lenada
lenada / stack_trace.py
Created April 13, 2012 09:11
vagrant@lucid64:/vagrant_data/var/www/mybooktype$ django-admin.py syncdb --noinput
/usr/local/lib/python2.6/dist-packages/Django-1.4-py2.6.egg/django/conf/__init__.py:75: DeprecationWarning: The ADMIN_MEDIA_PREFIX setting has been removed; use STATIC_URL instead.
"use STATIC_URL instead.", DeprecationWarning)
/usr/local/lib/python2.6/dist-packages/Django-1.4-py2.6.egg/django/conf/__init__.py:72: DeprecationWarning: If set, MEDIA_URL must end with a slash
DeprecationWarning)
/usr/local/lib/python2.6/dist-packages/Django-1.4-py2.6.egg/django/conf/__init__.py:72: DeprecationWarning: If set, STATIC_URL must end with a slash
DeprecationWarning)
/usr/local/lib/python2.6/dist-packages/Django-1.4-py2.6.egg/django/utils/translation/__init__.py:63: DeprecationWarning: Translations in the project directory aren't supported anymore. Use the LOCALE_PATHS setting instead.
DeprecationWarning)
Traceback (most recent call last):