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

Uploaded Python 2Python 3

File details

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

File metadata

  • Download URL: blog_hj3415-0.1.1.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.1.tar.gz
Algorithm Hash digest
SHA256 f1e8365121f2ab276d79df13e29e2389571233aec3fd4fd48f9c1dd142bc080c
MD5 4fd83ab18a5ce5be6c91d5c02f7d003a
BLAKE2b-256 8b6ebc9571eaecc4fe03c2b8a17ab2c725ac6d444f15b17604f2c3f3e13ab1a3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: blog_hj3415-0.1.1-py2.py3-none-any.whl
  • Upload date:
  • Size: 11.9 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.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 5e8003f4f59ada648e9aee45849103dc69a95aa51251ddb12f24805190dccdfd
MD5 4370f3b735118234f3f4a55529f57e9b
BLAKE2b-256 25bc44e40362775570578766928d64c00ded92485376d8f9821866c9070a10c5

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