design - How can I build a django homepage with updatable content? -


I have a building a type of social network (I think in the final form, but related gaming). I have to have a homepage which will be of the benefit:

  • Site news, announcements etc.

  • in the main section Item right sidebar

  • Weekend player in right sidebar

I am not trying to think in a way that Every time hand coding should be done to change, which I think is a terrific design. However, I can not think much about it

I realized that I need site news and some such simple blog engine, but what about the featured content in the sidebar? Should there be a table in the database containing special items of the week? I feel that my models will corrupt it with unnecessary stuff.

Please share any thoughts.

There are many ready solutions, i.e.

  • -
  • - The great package of reusable apps,
  • - Not very good, but can be useful.
  • P> I try pyad for the first time - this is all you need.

    For your featured goods - this depends on your content depending on your needs. If you need something special, then you might finish by typing this stuff yourself, or override parts of ready-to-go solutions.


  • Comments