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 ?
Asked
Active
Viewed 1,692 times
0
-
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