ORA-00942: table or view does not exist

2016-11-09 Thread jeffreyequizuvero
*Hi everyone.* *I am new in Django Development and I encountered this problem, please help* *TIA* *Jeffrey E. Uvero * DatabaseError at /login/ ORA-00942: table or view does not exist Request Method: POST Request URL: http://127.0.0.1:8000/login/ Django Version: 1.10.1 Exception Type: Databa

models foreign key

2017-01-12 Thread jeffreyequizuvero
*This is about the models foreign key, I have two tables and i used foreign key to connect these tables however after i did migration it's not working. Is there any wrong with my code? * *please help, Thanks. * class *Author*(models.Model): *Author_code = models.CharField(max_length=50,u