1

I want to remove all the unnecessary apps that come as default while creating a project in Django.

My Project uses Auth0 for authentication and Firestore for database. I don't want the default database app, the admin app and the auth app.

By following answers to this question, I have removed the admin app.

Now I want to remove the auth and the database app. Is there any way to do so?

Any suggestion about something else that I can remove from my project will be helpful.

Thank you.

Tiago Martins Peres
  • 14,289
  • 18
  • 86
  • 145
resun
  • 25
  • 6

1 Answers1

1

There's already questions with answers for that here in Stack. More precisely,

Also, as noted here, there's a Django Microproject with the bare minimum which you might find interesting.

Tiago Martins Peres
  • 14,289
  • 18
  • 86
  • 145