A reusable Django app for managing notes.
Project description
Pongjun Notes
pongjun-notes is a reusable Django app for managing notes.
Installation
-
Install the package:
pip install pongjun-notes
-
Add
'notes'toINSTALLED_APPSin yoursettings.py:INSTALLED_APPS = [ 'notes', ]
-
Include the
notesURLs in your project'surls.py:from django.urls import path, include urlpatterns = [ path('notes/', include('notes.urls')), ]
-
Apply migrations:
python manage.py migrate
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
pongjun_notes-0.1.6.tar.gz
(2.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pongjun_notes-0.1.6.tar.gz.
File metadata
- Download URL: pongjun_notes-0.1.6.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7f44cd6c79ac1f840ddf2cd5b8c0517030fcf04b7210c6efdec6cba3cfb9072d
|
|
| MD5 |
a79ee4d635206b0759f7b71ffef63a07
|
|
| BLAKE2b-256 |
f98df0c57ee97b514acfe210776d95956b296f127d9ff46dbe9936edc93a1365
|
File details
Details for the file pongjun_notes-0.1.6-py3-none-any.whl.
File metadata
- Download URL: pongjun_notes-0.1.6-py3-none-any.whl
- Upload date:
- Size: 2.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0d3254f29d92302ca6d120cb63b3aeba49d14cdb3590694a7871548fb79298c6
|
|
| MD5 |
7a2aed076a9ba91ea388885e37f7cd01
|
|
| BLAKE2b-256 |
f14d30da4929c35f824d83707aa2fea0e0fdf39e84b1bf579e0c67a259b044d5
|