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

Uploaded Python 2Python 3

File details

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

File metadata

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

File hashes

Hashes for blog_hj3415-0.0.1.tar.gz
Algorithm Hash digest
SHA256 eadeb7666e84ac1418ba364a796975cebf27aaf736a1e04107e0067dd3c33b04
MD5 6d48872e8ed00cc3ca954d105807a091
BLAKE2b-256 56b248b19ac9f31d84c0fa13a3ec7b3a34cfb1128b4574b4e9ee1544c315eab8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: blog_hj3415-0.0.1-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.3

File hashes

Hashes for blog_hj3415-0.0.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 7f025d7a906dbb749e64e725db638ce9fdf6ce2232790d79d811bf5abd71d3c6
MD5 4002a73333fb48565403842a99523c12
BLAKE2b-256 a9b9680c179774565db85bb8e8c003ae4f6e2c1c371135e02f5d35624816a46c

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