Metadata-Version: 2.1
Name: nameko-django-orm
Version: 1.3.4
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
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 :: 2
Classifier: Framework :: Django :: 2.0
Classifier: Framework :: Django :: 2.1
Classifier: Framework :: Django :: 2.2
Classifier: Topic :: Software Development :: Libraries

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()`.


