Re: Trouble changing from sqlite3 to postgres

2015-02-17 Thread tony . guil35
The error occurs during migration. The following shows the complete traceback. Thanks. % python manage migrate WFK: BASE_DIR= /home/bill/django/wfkprojs/proj1 WFK: STATIC_PATH= /home/bill/django/wfkprojs/proj1/app_1/static/ WFK: MEDIA_ROOT= /home/bill/django/wfk

Trouble changing from sqlite3 to postgres

2015-02-17 Thread tony . guil35
I have written a simple Django app (my first) that works with sqlite3 database. I want to change to postgres, but when I run the Django 1.7 migration utility with the command "python manage.py migrate" I get the error: psycopg2.ProgrammingError: column "date" cannot be cast automatically t