Skip to main content

This package is only used for Blog projects using django

Project description

This package is for blog projects only. If you want to create a blog app using Django, you can use this package. No need to write code for blog app, just install this package and it will give you all APIs related to blog. You can customize these classes according to your needs.

Quick start

  1. Add below apps into your INSTALLED_APPS setting like this:

    INSTALLED_APPS = [
        ...
        'ckeditor',
        'taggit',
        'rest_framework',
        'blog',
    ]
  2. Add ckeditor setup codes into your settings.py like this:

    CKEDITOR_UPLOAD_PATH = "articles/body-images/"
    
    CKEDITOR_CONFIGS = {
        'default': {
            'toolbar': 'full',
            'height': 300,
            'width': 900,
        },
    }
  3. Include all the polls URLconf in your project like this:

    urlpatterns = [
        path('ckeditor/', include('ckeditor_uploader.urls')),
        path('articles/', include('blog.urls')),
    ]
  4. Run python manage.py migrate to create all the tables into database.

  5. Start the development server and visit http://127.0.0.1:8000/articles/ to perform the CRUD operations.

  6. Open this https://blog-module-community.herokuapp.com/ to get more information about this package.

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-customized-blog-package-1.0.4.tar.gz (9.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

django_customized_blog_package-1.0.4-py3-none-any.whl (11.2 kB view details)

Uploaded Python 3

File details

Details for the file django-customized-blog-package-1.0.4.tar.gz.

File metadata

  • Download URL: django-customized-blog-package-1.0.4.tar.gz
  • Upload date:
  • Size: 9.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.10.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.8.10

File hashes

Hashes for django-customized-blog-package-1.0.4.tar.gz
Algorithm Hash digest
SHA256 d830cdef82edb7d79dfe2f239301edff87d4c2ce3b1e106eab52d9b11b9af972
MD5 6394303a036a7b5971e44da5dab8e12a
BLAKE2b-256 29193731290599e98578babb7a2224d9894f4131c7a9ff4b2d62e8fae4b9eb9d

See more details on using hashes here.

File details

Details for the file django_customized_blog_package-1.0.4-py3-none-any.whl.

File metadata

  • Download URL: django_customized_blog_package-1.0.4-py3-none-any.whl
  • Upload date:
  • Size: 11.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.10.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.8.10

File hashes

Hashes for django_customized_blog_package-1.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 0de5d0f607ec89d1f1c1c6da73fa2fea9a799ef1a9cb8ea5577be33e1ee52fa7
MD5 63a1f30674824cf364101255407bc0ba
BLAKE2b-256 374a8385c02fff16f42c20253a88e76a8cd5c60cad68cdb26a81dc16a89b9dce

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