Skip to main content

blog-hj3415 is the program for blogging

Project description

blog-hj3415

settings.py

INSTALLED_APPS += ['blog_hj3415', 'markdownx'] AUTH_USER_MODEL = "blog_hj3415.User"

MEDIA_URL = "/media/" MEDIA_ROOT = BASE_DIR / "media"

urls.py

from django.urls import path, include from django.conf import settings from django.conf.urls.static import static

urlpatterns += [path('markdownx/', include('markdownx.urls'))] if settings.DEBUG: urlpatterns += static(settings.MEDIA_URL, document_root=settings.MEDIA_ROOT)

템플릿에서

{{ post.body_html|add_img_class:"img-fluid"|safe }}

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

blog_hj3415-0.1.0.tar.gz (8.3 kB view details)

Uploaded Source

Built Distribution

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

blog_hj3415-0.1.0-py2.py3-none-any.whl (12.0 kB view details)

Uploaded Python 2Python 3

File details

Details for the file blog_hj3415-0.1.0.tar.gz.

File metadata

  • Download URL: blog_hj3415-0.1.0.tar.gz
  • Upload date:
  • Size: 8.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-requests/2.32.5

File hashes

Hashes for blog_hj3415-0.1.0.tar.gz
Algorithm Hash digest
SHA256 6d0c794b31236c5b21ac277faebb253f3b2abc24c70a5713008f659139b85c80
MD5 67b600d2b131b87a2af6d95c60fe790c
BLAKE2b-256 e0b382c7131fd86f7c10ba6376bdc1e34113e63f76b0252d7834e175eeb533fa

See more details on using hashes here.

File details

Details for the file blog_hj3415-0.1.0-py2.py3-none-any.whl.

File metadata

  • Download URL: blog_hj3415-0.1.0-py2.py3-none-any.whl
  • Upload date:
  • Size: 12.0 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-requests/2.32.5

File hashes

Hashes for blog_hj3415-0.1.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 b836eb42a7378245a8782b733b97063f7a9d560e90d5efd0c3421c25404b630e
MD5 2fdaad69c44c3494cc32985f0454cc66
BLAKE2b-256 2fb48b4e6a19b4c0f14f9236f42901271f67070563ef41a22e79c79d3fd1ece9

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