Skip to main content

A Django app to run blogs.

Project description

Blog is a Django app to run blog.

Quick start

  1. Add “dfsaas_blog.apps.DFSAASBlogAppConfig” to your INSTALLED_APPS setting like this, along with ckeditor and taggit:

    INSTALLED_APPS = [
        ...
    
        'ckeditor',
        'ckeditor_uploader',
        'taggit',
        'dfsaas_blog.apps.DFSAASBlogAppConfig',
    ]
  2. Include the polls URLconf in your project urls.py like this:

    path('blog/', include('dfsaas_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 poll (you’ll need the Admin app enabled).

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

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

dfsaas_blog-0.1.4.tar.gz (6.7 kB view details)

Uploaded Source

Built Distribution

dfsaas_blog-0.1.4-py3-none-any.whl (8.9 kB view details)

Uploaded Python 3

File details

Details for the file dfsaas_blog-0.1.4.tar.gz.

File metadata

  • Download URL: dfsaas_blog-0.1.4.tar.gz
  • Upload date:
  • Size: 6.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6

File hashes

Hashes for dfsaas_blog-0.1.4.tar.gz
Algorithm Hash digest
SHA256 dfd45667b74f3c3d6ce3e0d4feb0024041bdfccc3503226d267808b7cb767ac9
MD5 b56552dbf46afa0cf99d396003871bdf
BLAKE2b-256 568c73f9dcf49bd7157ad62379655288ccb5f1c63504ab38cd5fed901659865f

See more details on using hashes here.

File details

Details for the file dfsaas_blog-0.1.4-py3-none-any.whl.

File metadata

  • Download URL: dfsaas_blog-0.1.4-py3-none-any.whl
  • Upload date:
  • Size: 8.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6

File hashes

Hashes for dfsaas_blog-0.1.4-py3-none-any.whl
Algorithm Hash digest
SHA256 9b334c4d87cf84d6d4a442d2ddfbb419d2e107d77132ec8913e0f0acdb26fb9d
MD5 c4a24a7d8e82f5f2671b0c6dc5069e68
BLAKE2b-256 442ab55eabde0d201a100ec69992fd2901d2987e379297a295bffd4460e9f493

See more details on using hashes here.

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