A 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-1.0.3.tar.gz
(6.5 kB
view details)
File details
Details for the file pongjun_notes-1.0.3.tar.gz.
File metadata
- Download URL: pongjun_notes-1.0.3.tar.gz
- Upload date:
- Size: 6.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.13.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e4f2fde3f8fa11d7d4a4d445500679685a47a3ee2a3cbf79fe1efe5749de8ac8
|
|
| MD5 |
fc027fb1e377ee274fd75fdf39a8ea0b
|
|
| BLAKE2b-256 |
835bd2b9d06c49a09779e062ba5443e8ae292c0278ad1f8d65afdb2f2a02c010
|