https://github.com/rootz491/notes-django
A simple notes application using Django on the way to learn django framework.
https://github.com/rootz491/notes-django
Last synced: about 2 months ago
JSON representation
A simple notes application using Django on the way to learn django framework.
- Host: GitHub
- URL: https://github.com/rootz491/notes-django
- Owner: rootz491
- Created: 2020-12-01T09:12:19.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-05-05T21:09:52.000Z (about 4 years ago)
- Last Synced: 2025-03-09T14:06:20.088Z (over 1 year ago)
- Language: Python
- Homepage: https://note-that.herokuapp.com/landing/
- Size: 2.95 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Note That
this is a simple notes taking app developed on the top of django.
* more details about dependencies: requirements.txt
* more on runtime: runtime.txt

# deploy to heroku
* follow this blog: https://medium.com/@shashankmohabia/deploying-a-django-app-to-heroku-using-github-repository-319c04a11c1a
* check for runtime here: https://devcenter.heroku.com/articles/python-support#checking-the-python-buildpack-version
good luck!