[Answer]-How to separate modules in Django enterprise application

1👍

Use django to create a website and then expose whatever you want with django-tastypie as an API: https://github.com/toastdriven/django-tastypie

Leave a comment