Skip to content

GordiigPinny/ApiRequesters

Repository files navigation

Api-Requester

Submodule for all microservices

To add submodule to project:

$ git submodule add https://github.com/GordiigPinny/ApiRequesters.git

For include this submodule you need package dotenv, requests and, of course, django and django rest framework:

$ pip3 install dotenv
$ pip3 install requests
$ pip3 install django
$ pip3 install djangorestframework

Next, include next lines to the bottom of the settings.py:

try:
    from ApiRequesters.settings import *
except ImportError as e:
    raise e

About

Submodule for all microservices

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages