On Aug 2, 6:49 pm, jayvandal <[email protected]> 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 [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---