Skip to main content

A 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-1.0.6.tar.gz (7.6 kB view details)

Uploaded Source

File details

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

File metadata

  • Download URL: pongjun_notes-1.0.6.tar.gz
  • Upload date:
  • Size: 7.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.13.0

File hashes

Hashes for pongjun_notes-1.0.6.tar.gz
Algorithm Hash digest
SHA256 74dc703650a4af1a1568df00ff8f30d40003ecd02ed4a23b13899b90f019f9a2
MD5 cdccac9e1bbd2979f4023565f694c3be
BLAKE2b-256 b603aa9b91ba24a3c818c5e48245e3c3a02e2f55869335181cfc525cf292c42b

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