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
Add “djaken” to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [ ... 'djaken', ]
Include the djaken URLconf in your project urls.py like this:
url(r'^djaken/', include('djaken.urls')),
Run python manage.py migrate to create the djaken models.
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)
View Note
Edit Note
Unlock an encrypted note
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
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
Algorithm | Hash digest | |
---|---|---|
SHA256 | a3ed6b8a61fc69dd6fbcb51ba540a26e99d5e37a5df58ede384c0d8697f94461 |
|
MD5 | bff3d01f09f8491428051638266b423f |
|
BLAKE2b-256 | 3b92322a2a33897451e164d1d253d4637cb51feedcd4d402b87535c6b52ea7d7 |
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
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3f43a86bfb17fc19c90b8314b080db2ca9a390689e23bb9cf196c8044ace83fa |
|
MD5 | ee1b5e8042530cfa356fc6ecd251b878 |
|
BLAKE2b-256 | bbc922dd881727bdda61c57fc6744c3508ec9753ca8a4da15077fb9ff80d000c |