Note is a simple Django app to conduct Web-based notes.
Detailed documentation is in the “docs” directory.
Quick start
Add “note” to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [ ... 'note', ]Include the todo URLconf in your project urls.py like this:
url(r'^note/', include(note.urls, namespace='note')),
Run python manage.py migrate to create the note models.
Start the project’s server and login on your django-website.
Visit https://your_django_website_url_part/note/ to use the note app.
Release files for django-note 1.1.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django-note-1.1.1.tar.gz | 18.9 kB | Details |
Release files / django-note-1.1.1.tar.gz
| Download URL | django-note-1.1.1.tar.gz |
|---|---|
| Size | 18.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
c4071265c74f929c032cd87336fc930d6050f643ad33802208b6b133ce2259f2
|
|
BLAKE2b-256 checksum How to use checksums |
f3c8f44e2ce83732a3eba9106e161d2d7e7af0585ad7e2a3274d0b4c07ba8dda
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |