modal-hj3415
모달창을 띄우는 모듈.
- 프로젝트의 settings.py 에 추가한다.
INSTALLED_APPS = [
'modal_hj3415',
]
MEDIA_URL = '/media/'
MEDIA_ROOT = BASE_DIR / 'media'
-
makemigration, migrate 실행
-
urls.py
from django.conf import settings
from django.conf.urls.static import static
urlpatterns = [
...
]
if settings.DEBUG:
urlpatterns += static(settings.MEDIA_URL, document_root=settings.MEDIA_ROOT)
- 사용 위치의 html에 작성한다.
{% load modal_tags %}
...
{% show_modal %}
또는
{% show_modals %} - 여러창을 띄우는 기능
사용법
최신 것만 타입별 1개씩: {% show_modals only_latest=True %}
우선순위 바꾸기: {% show_modals priority=("rotate_bg","link_video","single_bg","image_only") %}
자동 오픈 끄기(사용자 트리거로만 열고 싶을 때): {% show_modals auto_open=False %}
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
modal_hj3415-0.4.2.tar.gz
(63.1 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 modal_hj3415-0.4.2.tar.gz.
File metadata
- Download URL: modal_hj3415-0.4.2.tar.gz
- Upload date:
- Size: 63.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
python-requests/2.33.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
40aaea3a571777b88b003bc5ba3e037af97fa8cc2bb438a9c9f59772e0fde168
|
|
| MD5 |
1f481bbd8c9baee9367b62e020eb2a98
|
|
| BLAKE2b-256 |
2de943bf59a983c986357c58d5f67c56e9a997237303205b51a8a9af4f430742
|
File details
Details for the file modal_hj3415-0.4.2-py2.py3-none-any.whl.
File metadata
- Download URL: modal_hj3415-0.4.2-py2.py3-none-any.whl
- Upload date:
- Size: 67.4 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
python-requests/2.33.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9401ce152fa23589612897547eba8a1e46d3b3349bad458450ecee904c039dc7
|
|
| MD5 |
93d5d11a7db8bed1009416c7a0b65019
|
|
| BLAKE2b-256 |
4dc6612ceaefc635623cf199e5751a7537af558ef2e2662dc818b0973d902090
|