Data base connection problem

2016-02-13 Thread ahmed waqas Nasir
i have made a model names STUDENT and when i run migrataion no migration applied but when from admin i tried to browse student i got following error OperationalError at /admin/app/student/ no such table: app_student Request Method: GET Request URL: http://127.0.0.1:8000/admin/app/student/ Djan

django social auth

2016-02-06 Thread ahmed waqas Nasir
i am new in django i am trying to add thirdparty verification using social auth after configuration when i run migrations i got following error InDjango110Warning: SubfieldBase has been deprecated. Use Field.from_db_value i stead. RemovedInDjango110Warning) i know the reason of this error