An open API service indexing awesome lists of open source software.

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.

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

![img](design/viewsoverview.png)

# 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!