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.3.tar.gz (8.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.0.3-py2.py3-none-any.whl (11.6 kB view details)

Uploaded Python 2Python 3

File details

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

File metadata

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

File hashes

Hashes for blog_hj3415-0.0.3.tar.gz
Algorithm Hash digest
SHA256 97acb9c022f660d45b7d303df5e0b3884b1de2e3cafe95a07ca866a67ecf5fa6
MD5 9889207a55be0c2514af819ba25544c9
BLAKE2b-256 8476cadb4ad3da2351b58a4a08f4bc7c1c71ed7bef684c85699266d22fc3587c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: blog_hj3415-0.0.3-py2.py3-none-any.whl
  • Upload date:
  • Size: 11.6 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.3-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 de63216b6fb8861f42c48f63a5fb1dd62e901f24178a87eaeca744d8f30c099a
MD5 10ede2ef2355c9f20854d5375df831a9
BLAKE2b-256 8143b1fa504a690f2041c0ad62cc5495cf34850cba9ddd7145a14e4de63ce9be

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