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.5.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.5-py3-none-any.whl (2.2 kB view details)

Uploaded Python 3

File details

Details for the file pongjun_notes-0.1.5.tar.gz.

File metadata

  • Download URL: pongjun_notes-0.1.5.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.5.tar.gz
Algorithm Hash digest
SHA256 a72a52d0e2c1be902fa765fac0ec1ffb9534f4b3a0c0f24e36e2634bdd261a05
MD5 486165e428453d42e40fbcd8b47048e1
BLAKE2b-256 5965ea5c55274faa18ac6862dc83847bad5f625728a5d221800705be5403fc54

See more details on using hashes here.

File details

Details for the file pongjun_notes-0.1.5-py3-none-any.whl.

File metadata

  • Download URL: pongjun_notes-0.1.5-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.5-py3-none-any.whl
Algorithm Hash digest
SHA256 0e1aaf5708709962c1779dd75ce30969aacd7518127943449096bce538547593
MD5 ae19b2eb49df9c96ee05532b9414c4e5
BLAKE2b-256 b6b1dcc721a9602b0eead67d7cadc0b33877fff1ff995ab8578a0f690e474969

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