{"id":17720176,"url":"https://github.com/gregschmit/django-simplenote","last_synced_at":"2025-03-31T13:16:41.274Z","repository":{"id":142493228,"uuid":"175137312","full_name":"gregschmit/django-simplenote","owner":"gregschmit","description":null,"archived":false,"fork":false,"pushed_at":"2019-03-12T15:00:52.000Z","size":21,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-05-02T01:28:12.428Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gregschmit.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-03-12T04:47:17.000Z","updated_at":"2024-05-02T01:28:12.428Z","dependencies_parsed_at":null,"dependency_job_id":"a5cff1b9-64d8-4d52-a277-1b915774dc49","html_url":"https://github.com/gregschmit/django-simplenote","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregschmit%2Fdjango-simplenote","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregschmit%2Fdjango-simplenote/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregschmit%2Fdjango-simplenote/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregschmit%2Fdjango-simplenote/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gregschmit","download_url":"https://codeload.github.com/gregschmit/django-simplenote/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246473279,"owners_count":20783236,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-25T15:26:29.573Z","updated_at":"2025-03-31T13:16:41.255Z","avatar_url":"https://github.com/gregschmit.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"simplenote\n##########\n\n.. inclusion-marker-do-not-remove\n\n.. image:: https://readthedocs.org/projects/django-simplenote/badge/?version=latest\n    :target: https://django-simplenote.readthedocs.io/en/latest/?badge=latest\n    :alt: Documentation Status\n\nDocumentation: https://django-simplenote.readthedocs.io\n\nSource: https://github.com/gregschmit/django-simplenote\n\nPyPI: https://pypi.org/project/django-simplenote/\n\nsimplenote is a reusable Django app for posting simple notes to a board. You can\nsecure access with authentication, but the default is to provide public access.\n\n**The Problem**: I wanted to transfer text between different devices (or to\nother people) without having to authenticate, relying on secrecy of the domain\nto prevent abuse, but accepting that this isn't a secure solution.\n\n**The Solution**: You can set this app up on the internet on your own domain to\nuse for notes. Optionally you can secure this service with authentication, but\nby default it's a public board.\n\nHow to Use\n##########\n\n.. code-block:: shell\n\n    $ pip install django-simplenote\n\nInclude :code:`django_simplenote` in your :code:`INSTALLED_APPS`.\n\nIf you want to change the defaults, add these to your :code:`settings.py`:\n\n.. code-block:: python\n\n    SIMPLENOTE_MAX_NOTES = 10\n    SIMPLENOTE_MAX_NOTE_LENGTH = 5000\n\nThen, run migrations and add :code:`django_simplenote.urls` to your URLconf.\n\nContributing\n############\n\nEmail gschmi4@uic.edu if you want to contribute. You must only contribute code\nthat you have authored or otherwise hold the copyright to, and you must\nmake any contributions to this project available under the MIT license.\n\nTo collaborators: don't push using the :code:`--force` option.\n\nDev Quickstart\n##############\n\nsimplenote comes with a `settings.py` file, technically making it a Django project as well as a Django app. First clone, the repository into a location of your choosing:\n\n.. code-block:: shell\n\n    $ git clone https://github.com/gregschmit/django-simplenote\n\nThen you can go into the :code:`django-simplenote` directory and do the initial migrations and run the server (you may need to type :code:`python3` rather than :code:`python`):\n\n.. code-block:: shell\n\n    $ cd django-simplenote\n    $ python manage.py makemigrations django_simplenote\n    $ python manage.py migrate\n    $ python manage.py createsuperuser\n    ...\n    $ python manage.py runserver\n\nThen you can see the models at http://127.0.0.1:8000/admin.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgregschmit%2Fdjango-simplenote","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgregschmit%2Fdjango-simplenote","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgregschmit%2Fdjango-simplenote/lists"}