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.12.tar.gz
(7.6 kB
view details)
File details
Details for the file pongjun_notes-1.0.12.tar.gz.
File metadata
- Download URL: pongjun_notes-1.0.12.tar.gz
- Upload date:
- Size: 7.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5d53b67e466cff2f212a4bac1778393eddafaf0b2c0901d69f29556130a374ae
|
|
| MD5 |
d7d12828c465a56e801e8b748cce19f7
|
|
| BLAKE2b-256 |
e0365dd96fbcc2cdf47f25d0d2a8c8d38ac6629bd5894c217c00334a02ae2561
|