Metadata-Version: 1.1
Name: django-nameko-standalone
Version: 1.3.2
Summary: Use django into a nameko service
Home-page: https://github.com/jesusenlanet/django-nameko-standalone
Author: Jesus Gutierrez Almazan
Author-email: jesus.pedro.gutierrez.almazan@gmail.com
License: UNKNOWN
Description: This package setup the django framework to take advantage of the ORM features and some other django features.
        
        You need to specify the DJANGO_SETTINGS_MODULE environment variable, if not, 'settings' is used by default.
        
        Inject the dependency into the nameko service with the DjangoModels dependency.
        
        Supposing you injected the DjangoModels dependency into the `models` variable, you can use from your procedures like `self.models.MyModel.objects.all()`.
        
Platform: Linux
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3.6
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: Django :: 1.11
Classifier: Framework :: Django :: 2.2
Classifier: Topic :: Software Development :: Libraries
