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.

Instructions

  • Install djpress by adding it to your requirements file.
  • Add it to your INSTALLED_APPS in Django:
INSTALLED_APPS = [
    ...
    "djpress.apps.DjpressConfig",
    ...
]
  • Add the URLs to your project's main urls.py file.
urlpatterns = [
    ...
    path("", include("djpress.urls")),
    ...
]

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.1.2.tar.gz (20.5 kB view hashes)

Uploaded Source

Built Distribution

djpress-0.1.2-py3-none-any.whl (27.1 kB view hashes)

Uploaded Python 3

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