https://github.com/betterstack-community/heroku-logging
https://github.com/betterstack-community/heroku-logging
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/betterstack-community/heroku-logging
- Owner: betterstack-community
- License: apache-2.0
- Created: 2022-12-22T19:47:47.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-16T19:32:48.000Z (over 3 years ago)
- Last Synced: 2025-03-03T11:17:29.623Z (about 1 year ago)
- Language: Python
- Size: 2.76 MB
- Stars: 0
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Django Notes
A Django note-taking application built to demonstrate logging with Heroku.
**Tutorial**: [How to Start Logging With Heroku](https://betterstack.com/community/guides/logging/how-to-start-logging-with-heroku/).
## 🟢 Prerequisites
This project is designed to be hosted on Heroku, you need to make sure [Git CLI](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) and [Heroku CLI](https://devcenter.heroku.com/articles/getting-started-with-python#set-up) are installed on your computer, and also make sure you have a verified Heroku account.
## 📦 Getting started
To deploy this app, you need to create a new Heroku application first.

Next, create a fork for this repository.

Link the forked repository to the Heroku app.

And finally, deploy the `main` branch and you'll be good to go.
## âš– License
The code used in this project and in the linked tutorial are licensed under the [Apache License, Version 2.0](LICENSE).