Skip to content

City Weather App built using Django and Open Weather API

Notifications You must be signed in to change notification settings

NoCapCbas/weather-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather App, using Django

Dependencies

  • Docker
  • Open Weather API
  • .env file

Create a .env file within the main project directory:

## do not put this file under version control!
## so add this file in .gitignore in production, or keep repo private
SECRET_KEY='django-insecure-123'
DEBUG=False

SUPER_USER_NAME='root'
SUPER_USER_PASSWORD='root'
SUPER_USER_EMAIL='root@root.com'

About

City Weather App built using Django and Open Weather API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published