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.3.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.3-py3-none-any.whl (11.1 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: django-customized-blog-package-1.0.3.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.3.tar.gz
Algorithm Hash digest
SHA256 f733e7212b076793d026bb4cd5ebafb0caacb6658c2b5016f363cf1cc37e8239
MD5 6101e8930ebbba16739f7ef272f7c40d
BLAKE2b-256 3d7a8aed7e23138a05bc9ef12ced4f7b63960a6deef8cff071ef26c6043fc81a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: django_customized_blog_package-1.0.3-py3-none-any.whl
  • Upload date:
  • Size: 11.1 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.3-py3-none-any.whl
Algorithm Hash digest
SHA256 eece2e276f3dcdd64e48e19852bd485ec24566914b90c0027caf8743b7ed0fa5
MD5 6d9799fd13a6262bb677bb9d555f1581
BLAKE2b-256 0ee5fd4c4ee8d2c1fc202526e407d6dfa1695ecb24979ed24823be9022ec1c27

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