Re: Django framework plugin

2014-08-30 Thread Collin Anderson
All you need to do is make sure the directory containing "Djangowork" is on the python path, then just add "Djangowork" to the INSTALLED_APPS of a different project. see here for more info: https://docs.djangoproject.com/en/dev/intro/reusable-apps/ -- You received this message because you

Django framework plugin

2014-08-29 Thread Pawan Soni
Hi, I am trying to create a Django application as a plugin to integrate with other Django framework applications or websites (for example: a Payment gateway plugin). My application has package hierarchy as mentioned below. DjangoProject