Hello. I'm going to make a blog with web2py for me. Each blog post: 1. Has an image. This image is displayed in the thumbnail on the main page of the blog. When reading the post, the actual size is displayed. 2. There are a number of images in the body of each post. These pictures are used for guidance, such as how to register on a site. 3. Each post has comments. 4. Each post has several fields, for example: minimum investment, user privileges, minimum upgrade cost. The way to display posts on the home page is based on these fields and is selected by the user. In the future, this blog, community and other sections will also be added. But now there is just one blog with these features. What tables should I create for my blog so I will not be in trouble? For example, for a post index image, create a separate table or put it as a field from the post table?
Thank you very much for your help. -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/web2py/3838ddcc-f2f4-4987-a03d-932197c5c991%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

