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|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.0.2.tar.gz (7.6 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.0.2-py2.py3-none-any.whl (10.9 kB view details)

Uploaded Python 2Python 3

File details

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

File metadata

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

File hashes

Hashes for blog_hj3415-0.0.2.tar.gz
Algorithm Hash digest
SHA256 0880d726156f1da4f9a05a359c3467206bbcea95a519d5c235f43da7298f078a
MD5 52aba4ae19b9e0f8453c77d34e665382
BLAKE2b-256 f2f872b131a2053d784b8033eec637bdf2d3a57819c0c6bc1ca1215739010897

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for blog_hj3415-0.0.2-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 09e836691bef7b38c09951414cc3af32e55ec322cb23de989ee160517d60759d
MD5 7b2c6c4d8597e2d313232ff3d1968085
BLAKE2b-256 46a8a1da187f1e095227246a48d5f1245ff946066dada791094b94bc9f6224c6

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