Pass lessons web2py - DePaul IPD359 Week 2 - Web development with Python 
and web2py
Time on video 2 hours 05 minutes

There is an error in the code 
<class'sqlite3.IntegrityError'> foreign key constraint failed 

function:
def create_post():
    category = get_category_post()
    db.post.category.default = category.id
    form = SQLFORM(db.post)*.process(next='view_post/[id]')*
    return locals()

 
Use Web2py 2.8.2-stable+timestamp.2013.11.28.13.54.07

-- 
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/groups/opt_out.

Reply via email to