Skip to main content

blog-hj3415 is the program for blogging

Project description

blog-hj3415

demiansoft 템플릿의 blog와 portfolio을 구성한다.

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 }}

사용하고자하는 앱에서 url.py 와 views.py를 testapp 을 참고하여 구성한다.

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.2.1.tar.gz (9.1 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.2.1-py2.py3-none-any.whl (13.5 kB view details)

Uploaded Python 2Python 3

File details

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

File metadata

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

File hashes

Hashes for blog_hj3415-0.2.1.tar.gz
Algorithm Hash digest
SHA256 cde106886f7ffba20dc2dedf5f244b8abe4cb6cf9b6bf7011a99ac1f858e8ec4
MD5 15f16dc2e9fc58083fc690fe8c99807f
BLAKE2b-256 554095659131b6f265a4b9f781c38866a0aee2b42625d18858e224205f641aad

See more details on using hashes here.

File details

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

File metadata

  • Download URL: blog_hj3415-0.2.1-py2.py3-none-any.whl
  • Upload date:
  • Size: 13.5 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.2.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 d0f5a8a496b36de615d8ce8254f4e0c7d556cc95b747877b40f4fe3c83d1df5d
MD5 c9e0008eaf3007225555d2f543e893c6
BLAKE2b-256 cf6c82cef13f8a2665d956e3337b064fe0a624cd4dc9c4c32b6af0a30d6f4cd1

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