Is it necessary to create another django application for authentification and registration? [closed]

I am new to Django and I wanted to work on all aspects of my Django project in one application that combines them all (registration,authentication.......) because of my lack of skills in this particular technology , but I m afraid that it's a bad approach .

Back to Top