Skip to main content

A Django blog app with features of a standard blogging platform.

Project description

bloggy

bloggy is A Django blog app with features of a standard blogging platform, Comment system and tagging functionality, System to share your site's content by email and a custom sitemap and feed for blog posts.

Detailed documentation is in the docs directory.

Quick start

  1. Add bloggy to your INSTALLED_APPS setting like this:

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

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

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

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

Project details


Release history Release notifications | RSS feed

This version

1.0

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-bloggy-1.0.tar.gz (21.3 kB view hashes)

Uploaded Source

Built Distribution

django_bloggy-1.0-py3-none-any.whl (24.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