{% extends "orgapy/skeleton.html" %} {% load static %} {% block section %}
It is a Django application, whose purpose is to act as a notebook. You can keep notes and manage the tasks that you need to do. Also, notes can be arranged into a blog for anyone to see!
It is open-source, more precisely developped under the MIT License. You can find the source code on GitHub (check out this repository: https://github.com/ychalier/orgapy).
For the DARK THEME!
For real, mainly, because you can keep control over your data. No need to share your thoughts with Google Keep or Microsoft's OneNote! Also, there are advanced features you might want to use, such as Markdown markup, code syntax highlighting, and much more!
Moreover, you can enter the code and tweak it the way you want, the way you need!
Check out the repository,
it has releases
with .tar.gz
attached files, one per released version.
Download the latest one, and install it to your Python environment with:
pip install django-orgapy-0.7.tar.gz
Then add "orgapy"
to the INSTALLED_APPS
of your
Django project, migrate the database, update your URLs, and voilĂ !