Friday, August 29, 2014

Django framework plugin

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  

                                    |=> Djangowork

                                                |templates        

                                                |=>_inti_.py

                                                |        settings.py

                                                |       urls.py

                                                |        wsgi.py

                                                | views.py

                                   |=>manage.py

 

I have already implemented the functionalities for the application but I am unable to convert the package into a plug-in. Is there a way to convert it into a plug-in, to be used with other Django websites or applications? If not as a plug-in, what would be other ways to accomplish such tasks?

I will be grateful for any help regarding the queries I have. Thanks in advance.

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/c90c2413-f589-4d36-9df6-f0c0ca8f2163%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment