Skip to main content

Djaken is a complete web-based notes application for Django.

Project description

Djaken is a complete web-based notes application for Django.

News

Version 2.0.2 released! (2018/12/15)

Version 2.0rc1 released! (2018/12/06)

Version 2.0b1 released! (2018/04/14)

Changes in 2.0~:

  • Replace Markdown with reStructuredText.

  • Move inline images to seperate model (DB) field, thus avoiding search and markup processing on bulky image data. It also takes away the encoded image data from the markup text.

  • GUI: several improvements (HTML templates and CSS).

  • GUI: Edit Note; change “Save and Close” button to icon and have all three save and close permutations at top and bottom of note.

  • CODING: Change ‘Generic Views’ back to regular/full Django views.

  • FIXED: Page reload after going back to unlock encrypted note re-submits encryption key (password).

  • Disable browser caching as much as possible.

Features

  • Intuitive, simple and stream-lined user interface.

  • Login/logout of the notes application.

  • Create and edit notes in reStructuredText.

  • Attach inline images (within a note).

  • Notes can be marked ‘Not relevant’, and if so, are kept out of view by default.

  • Encrypted notes (stored in database using an AES symmetric cipher).

  • Keyword search of note title and content.

  • Sort by modified/created date.

Options / Settings

  • DJAKEN_BRANDING_TITLE (str:default=’Djaken Notes’)

Requirements

  • Django>=1.9

  • docutils>=0.12

  • pycrypto>=2.6

Quick start

  1. Add “djaken” to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = [
        ...
        'djaken',
    ]
  2. Include the djaken URLconf in your project urls.py like this:

    url(r'^djaken/', include('djaken.urls')),
  3. Run python manage.py migrate to create the djaken models.

  4. Start the development server and visit http://127.0.0.1:8000/djaken/ to start adding notes.

Screen-shots

Only viewable on GitHub project page

All Notes (homepage)

screenshots/djaken-all_notes-1.png

View Note

screenshots/djaken-view_note-2.png

Edit Note

screenshots/djaken-edit_note-2.png

Unlock an encrypted note

screenshots/djaken-unlock_note-2.png

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-djaken-2.0.2.tar.gz (2.9 MB view details)

Uploaded Source

Built Distribution

django_djaken-2.0.2-py3-none-any.whl (2.9 MB view details)

Uploaded Python 3

File details

Details for the file django-djaken-2.0.2.tar.gz.

File metadata

  • Download URL: django-djaken-2.0.2.tar.gz
  • Upload date:
  • Size: 2.9 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.19.6 CPython/3.4.8

File hashes

Hashes for django-djaken-2.0.2.tar.gz
Algorithm Hash digest
SHA256 a3ed6b8a61fc69dd6fbcb51ba540a26e99d5e37a5df58ede384c0d8697f94461
MD5 bff3d01f09f8491428051638266b423f
BLAKE2b-256 3b92322a2a33897451e164d1d253d4637cb51feedcd4d402b87535c6b52ea7d7

See more details on using hashes here.

File details

Details for the file django_djaken-2.0.2-py3-none-any.whl.

File metadata

  • Download URL: django_djaken-2.0.2-py3-none-any.whl
  • Upload date:
  • Size: 2.9 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.19.6 CPython/3.4.8

File hashes

Hashes for django_djaken-2.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 3f43a86bfb17fc19c90b8314b080db2ca9a390689e23bb9cf196c8044ace83fa
MD5 ee1b5e8042530cfa356fc6ecd251b878
BLAKE2b-256 bbc922dd881727bdda61c57fc6744c3508ec9753ca8a4da15077fb9ff80d000c

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page