Welcome to django-blog-pkg’s documentation!¶

Source code¶

https://github.com/yemiemy/django-blog-pkg

Documentation¶

https://django-blog-pkg.readthedocs.io/en/latest/

Contents¶

  • Overview
    • Requirements
    • Architecture & Design
  • Installation
    • Django
    • Post Installation
    • Start the development server
    • Source code
  • Views
    • PostListView(ListView)
    • TagPostListView(ListView)
    • AuthorPostListView(ListView)
    • PostCreateView(LoginRequiredMixin, CreateView)
    • PostUpdateView(LoginRequiredMixin, UserPassesTestMixin, UpdateView)
    • PostDeleteView(LoginRequiredMixin, UserPassesTestMixin, DeleteView)
    • postDetailView(request, pk, slug)
    • search_view(request)
  • Models
    • Tag
    • Post
    • Comment
  • Templates
    • Overridable templates

Indices and tables¶

  • Index

  • Module Index

  • Search Page

django-blog-pkg

Navigation

  • Overview
  • Installation
  • Views
  • Models
  • Templates

Related Topics

  • Documentation overview
    • Next: Overview

Quick search

©2020, Olaoluwayemi Rasheed. | Powered by Sphinx 3.2.0 & Alabaster 0.7.12 | Page source