Skip to main content

A blog application for Django sites, inspired by classic WordPress.

Project description

DJ Press

A blog application for Django sites, inspired by classic WordPress.

Warning - very alpha.

Versioning

This package uses semantic versioning, but until we reach version 1.x.x, the following rules will apply:

  • MAJOR version will remain on 0 until the base functionality is complete.
  • MINOR version indicates that an incompatible or breaking change has been introduced.
  • PATCH version indicates a bug fix or a backward compatible change.

If you choose to use this package prior to version 1.x being release, please pin your requirements to a specific minor version, e.g. djpress==0.3.*

Installation

  • Install djpress by adding it to your requirements file, e.g. djpress==0.3.* (see versioning note, above).
  • Add it to your INSTALLED_APPS in Django:
INSTALLED_APPS = [
    # ...
    "djpress.apps.DjpressConfig",
    # ...
]
  • Add the URLs to your project's main urls.py file.
from django.urls import path, include

urlpatterns = [
    # ...
    path("", include("djpress.urls")),
    # ...
]
  • Run migrations: python3 manage.py migrate

Note that this relies on the Django Admin for content management, so ensure that you have a user with at least staff status to manage content.

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

djpress-0.9.3.tar.gz (61.0 kB view details)

Uploaded Source

Built Distribution

djpress-0.9.3-py3-none-any.whl (31.8 kB view details)

Uploaded Python 3

File details

Details for the file djpress-0.9.3.tar.gz.

File metadata

  • Download URL: djpress-0.9.3.tar.gz
  • Upload date:
  • Size: 61.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for djpress-0.9.3.tar.gz
Algorithm Hash digest
SHA256 303dc1f71f246ed26e0c0d53a3560969a54719f2656c896c186c3afa50485107
MD5 023d92052610af37b1641d69cde393bb
BLAKE2b-256 d16556457f50acc469d1332e1a9aef6832973a4d2e77fc5df7a0ceba0e3bcdeb

See more details on using hashes here.

File details

Details for the file djpress-0.9.3-py3-none-any.whl.

File metadata

  • Download URL: djpress-0.9.3-py3-none-any.whl
  • Upload date:
  • Size: 31.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for djpress-0.9.3-py3-none-any.whl
Algorithm Hash digest
SHA256 f0aed1c63a5b61a77f75d8b4e3415c5694962c1c08f945b4a7360420cd7147c7
MD5 eb35399354e9f07b43d2aa776db2a98a
BLAKE2b-256 eb52a7f79df13ef0bd91b41b174755d21f4de9674cf5b8161f0385f4de2f3988

See more details on using hashes here.

Supported by

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