Skip to content

Instantly share code, notes, and snippets.

@lenada
Created April 16, 2012 17:26
Show Gist options
  • Save lenada/2400099 to your computer and use it in GitHub Desktop.
Save lenada/2400099 to your computer and use it in GitHub Desktop.
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
Validating models...
0 errors found
Django version 1.3.1, using settings 'mybooktype.settings'
Development server is running at http://127.0.0.1:8000/
Quit the server with CONTROL-C.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment