Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 210 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 210 Bytes

weather-api-task-django

weatherapi.com is used - it is necessary to create an .env file with an entry:

WEATHER_API_KEY=[YOUR API KEY]

also add this entry to .env file:

DJANGO_SECRET_KEY=[YOUR SECRET KEY]