Search code examples
pythondjangodjango-templatesdjango-appsdjango-project-architect

How to reuse Django app into another project


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 ?


Solution

  • Django has the feature to create Reusable App.

    please refer this docs