I read a lot of documentation and books but there are still some very basic things that I just don't catch about Django.
Let's say I want to crate a very basic site for a simple game with no graphics, just text. 1) Should the players use the admin to loggin ? 2) Do I use the user objects, to keep information about each players ? Or a different class called player ? 3) Should I create a separate application for the login section of the site ? 4) Is registering a new user (confirmation by email, etc) a different module or is it part in the admin. 5) I understand the importance of admin to manage my database, but of course, I don't want the players to access directly the database. Do the players access the admin with limited privileges, or do they not touch the admin whatsoever ? As I said I read a lot, but I am stucked and don't understand the "big picture" of an application (or is it a project) ans it's relation with the admin. Thanks for taking the time to answer such questions that must be so trivial to many of you. cocolombo -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@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.