Hi
I'm writing a web interface where users (in groups with different rights) can login and view and edit db entries. At the moment the login functionality is in myproject/ auth.py The authenticate method in auth.py checks the Users table and if that fails it tries ldap authentication. Now my question: Would it be better to make a separate app called 'auth' or is it ok to just leave it in the auth.py? It's not much code but then again dividing the project into many apps seems not like a bad idea either. Thanks for your help. --n --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---