Hi everyone,
My app is in production and is hosted at RoseHosting.
I will soon need to create several tables and want to avoid those “auth.user 
table has already been created” messages when the app crashes as I insert new 
code on, for example, db.py.
I will insert code like this, simple stuff:
db.define_table(‘sometsble’, Field(‘somefield’, ‘string’, notnull=True))
My question is:
Are there step by step explanations available on how to do it without much try 
and error puzzles?
Did not find anything really clear on this matter either on web2py manual or on 
the web.
Any suggestions or help?
Many thanks.
Gualter 

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to