Skip to content

Latest commit

 

History

76 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Horus

A simple weather app built with Django. This application serves to demonstrate the fundamentals of logging in Python within the context of a Django application.

See the full tutorial: How to Get Started with Logging in Django.

🟢 Prerequisites

📦 Getting started

  • Clone the GitHub repository and cd into it:
git clone https://github.com/woojiahao/horus.git && cd horus
  • Install all application dependencies:
pip install -r requirements.txt
  • Run the database migrations
python manage.py migrate
  • Sign up for a free OpenWeatherMap account and retrieve your API key.

  • Create a .env file at the root of your project with the following contents:

OPEN_WEATHER_API_KEY=<api key>
  • Start the development server at localhost:8000:
python manage.py runserver

⚖ License

The code used in this project and in the linked tutorial are licensed under the Apache License, Version 2.0.

About

Weather app built with Django and SQLite

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages