Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 233 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 233 Bytes

Configuration:

Correct work of project using API methods need the variable API_URL is been defined in your settings.py. In local projects this variable must defined in local_settings.py. Example: API_URL = "http://127.0.0.1:8080/"