On Aug 2, 6:49 pm, jayvandal <jayvan...@gmail.com> wrote: > File "gluon/sql.py", line 995, in define_table > SyntaxError: invalid table name: auth_user > auth.define_tables() # creates all needed tables
Comment out this one. Since you have these lower down: > auth.settings.table_user = db.define_table("auth_user", > auth.define_tables() ### auth_user will not be redefined! Typo in DB name here too: > db.define_table('doctor_speciatly', > db.doctor_specialty.doctor.requires=IS_IN_DB(db F --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to web2py@googlegroups.com To unsubscribe from this group, send email to web2py+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---