Skip to main content

A reusable Django app for managing notes.

Project description

Pongjun Notes

pongjun-notes is a reusable Django app for managing notes.


Installation

  1. Install the package:

    pip install pongjun-notes
    
  2. Add 'notes' to INSTALLED_APPS in your settings.py:

    INSTALLED_APPS = [
        'notes',
    ]
    
  3. Include the notes URLs in your project's urls.py:

    from django.urls import path, include
    
    urlpatterns = [
        path('notes/', include('notes.urls')),
    ]
    
  4. Apply migrations:

    python manage.py migrate
    

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

pongjun_notes-0.1.6.tar.gz (2.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pongjun_notes-0.1.6-py3-none-any.whl (2.2 kB view details)

Uploaded Python 3

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

Hashes for pongjun_notes-0.1.6.tar.gz
Algorithm Hash digest
SHA256 7f44cd6c79ac1f840ddf2cd5b8c0517030fcf04b7210c6efdec6cba3cfb9072d
MD5 a79ee4d635206b0759f7b71ffef63a07
BLAKE2b-256 f98df0c57ee97b514acfe210776d95956b296f127d9ff46dbe9936edc93a1365

See more details on using hashes here.

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

Hashes for pongjun_notes-0.1.6-py3-none-any.whl
Algorithm Hash digest
SHA256 0d3254f29d92302ca6d120cb63b3aeba49d14cdb3590694a7871548fb79298c6
MD5 7a2aed076a9ba91ea388885e37f7cd01
BLAKE2b-256 f14d30da4929c35f824d83707aa2fea0e0fdf39e84b1bf579e0c67a259b044d5

See more details on using hashes here.

Supported by

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