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)
템플릿에서
- blog-detail.html
<div>{{ post.body_html|add_img_class:"img-fluid"|safe }}</div>
- index.html
<div>{{ item.body_html | striptags | truncatechars_html:80 }}</div>
사용하고자하는 앱에서 url.py 와 views.py를 testapp 을 참고하여 구성한다.
Project details
Release history Release notifications | RSS feed
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.3.2.tar.gz
(9.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file blog_hj3415-0.3.2.tar.gz.
File metadata
- Download URL: blog_hj3415-0.3.2.tar.gz
- Upload date:
- Size: 9.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.33.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c2997e0fe2e0f8d1596aafae714c32e91fa7770cfb1c6c307f0788e8213977f3
|
|
| MD5 |
23ff996d53e032ca98e27b2a5da85d29
|
|
| BLAKE2b-256 |
d5d52d60bd2f44baa0bd800d16cab03b97e259ba6c1b60e4deb570d3732ca5d6
|
File details
Details for the file blog_hj3415-0.3.2-py2.py3-none-any.whl.
File metadata
- Download URL: blog_hj3415-0.3.2-py2.py3-none-any.whl
- Upload date:
- Size: 13.6 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.33.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
217653118b5d4b568e0af353bd8002637c7e6780f2e2dd8b3306b79628cf4c84
|
|
| MD5 |
cb137512259079643ad4a86480ee8130
|
|
| BLAKE2b-256 |
c9ede53bc62bda15e38717254dcfeef0751135f41e8e616d1bd20234478248a3
|