Giter Site home page Giter Site logo

django-simplenote's Introduction

simplenote

Documentation Status

Documentation: https://django-simplenote.readthedocs.io

Source: https://github.com/gregschmit/django-simplenote

PyPI: https://pypi.org/project/django-simplenote/

simplenote is a reusable Django app for posting simple notes to a board. You can secure access with authentication, but the default is to provide public access.

The Problem: I wanted to transfer text between different devices (or to other people) without having to authenticate, relying on secrecy of the domain to prevent abuse, but accepting that this isn't a secure solution.

The Solution: You can set this app up on the internet on your own domain to use for notes. Optionally you can secure this service with authentication, but by default it's a public board.

How to Use

$ pip install django-simplenote

Include django_simplenote in your INSTALLED_APPS.

If you want to change the defaults, add these to your settings.py:

SIMPLENOTE_MAX_NOTES = 10
SIMPLENOTE_MAX_NOTE_LENGTH = 5000

Then, run migrations and add django_simplenote.urls to your URLconf.

Contributing

Email [email protected] if you want to contribute. You must only contribute code that you have authored or otherwise hold the copyright to, and you must make any contributions to this project available under the MIT license.

To collaborators: don't push using the --force option.

Dev Quickstart

simplenote 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:

$ git clone https://github.com/gregschmit/django-simplenote

Then you can go into the django-simplenote directory and do the initial migrations and run the server (you may need to type python3 rather than python):

$ cd django-simplenote
$ python manage.py makemigrations django_simplenote
$ python manage.py migrate
$ python manage.py createsuperuser
...
$ python manage.py runserver

Then you can see the models at http://127.0.0.1:8000/admin.

django-simplenote's People

Contributors

gregschmit avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.