0

I have made a user registration app in a Django project. I want to add this app (reuse) into another project. How can I do this ?

arnab das
  • 135
  • 7
  • try copying the app folder to your new project and installing the app in settings of your new Project. – ProGamer Jun 02 '20 at 05:21

1 Answers1

1

Django has the feature to create Reusable App.

please refer this docs

rahul.m
  • 5,572
  • 3
  • 23
  • 50