项目作者: ashishkarki

项目描述 :
A simple lookup based Django weather app
高级语言: Python
项目地址: git://github.com/ashishkarki/Django-Weather-App.git
创建时间: 2021-01-27T03:44:49Z
项目社区:https://github.com/ashishkarki/Django-Weather-App

开源协议:

下载


Important note on package installation

The required packages for this project has been stored in a file named requirements.txt using the following syntax:
pip freeze > requirements.txt

Once you are done cloning this repo, use the following command to download all required libraries at once:
pip install -r requirements.txt