Ok, I have finished the tutorials and learned a lot about Django. I created a polls application and tuned the admin site, etc.
Now I want to continue in a bigger application. After some successful coding I ran into a big problem not covered by any piece of documentation out there: 1. Do I need apps and 2. when to create them? I plan to create a site where users can basically upload specific images, rate images of other users and -if they like - to download them. Any user should have a profile with additional information. Images are categorized and users can browse them and filter them. Maybe in future other functions like a forum or stuff will follow. Well, the forum is, just like the poll, an application, because it is not a basic function but a separate and autonomous function. But the additional user information and the upload form and the image browser are basic functions which interact with each other little more than poll and forum. I am highly confused … These questions I would love to see answered: - Do I create an app for the additional user information, or do I create a model.py in the site root because it's a main functionality? - Do I create an app for the image upload and browser, or do I create a model.py in the site root because it's a main functionality? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---