Skip to main content

blog app to nenable users to share posts

Project description

blog is an app that enables users to publish posts across the the platform.

Detailed documentation is in the “docs” directory.

Quick start

  1. Add “blog” to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = [
        ...
        'blog',
        'contact',
    ]
  2. Include the blog URLconf in your project urls.py like this:

    path('blog/', include('blog.urls')),
    path('contact/', include('contact.urls', namespace='contact')),
  3. Run python manage.py migrate to create the post models.

  4. Start the development server and visit http://127.0.0.1:8000/admin/ to create a Post (you’ll need the Admin app enabled).

  5. Visit http://127.0.0.1:8000/ to participate in the blog.

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

django-jo-blog-app-0.1.4.tar.gz (23.4 kB view details)

Uploaded Source

File details

Details for the file django-jo-blog-app-0.1.4.tar.gz.

File metadata

  • Download URL: django-jo-blog-app-0.1.4.tar.gz
  • Upload date:
  • Size: 23.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/39.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.6.8

File hashes

Hashes for django-jo-blog-app-0.1.4.tar.gz
Algorithm Hash digest
SHA256 d3ededd506e1d02878868ee021b6912307d30ece25f8fddc4aec8d720624a535
MD5 8a1e4d3a439626946c05ebba08087edc
BLAKE2b-256 cec7ab89f18fa77c9336283620ec373020621a897c461559009e5ffe1a01de82

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