Metadata-Version: 2.4
Name: modal-hj3415
Version: 0.0.4
Summary: modal-hj3415 is the program for opening the modal window
Author-email: Hyungjin Kim <hj3415@gmail.com>
Description-Content-Type: text/markdown
Classifier: License :: OSI Approved :: MIT License
Requires-Dist: django
Requires-Dist: Pillow
Project-URL: Home, https://www.hyungjin.kr

# modal-hj3415

모달창을 띄우는 모듈.


1. 프로젝트의 settings.py 에 추가한다.
```python
INSTALLED_APPS = [
    'modal_hj3415',
]
```

2. makemigration, migrate 실행

3. 사용 위치의 html에 작성한다.
```html
{% load modal_tags %}
...
{% show_modal %}
```
