New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

django-gallery-ds

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

django-gallery-ds

gallery part for demiansoft

  • 1.1.0
  • PyPI
  • Socket score

Maintainers
1

django-gallery_ds is a Django app to use for demiansoft.

Quick start

  1. Add "gallery" to your INSTALLED_APPS setting like this
INSTALLED_APPS = [
    ...
    'gallery',
]
  1. 코드를 넣고자 하는 위치에 다음을 추가 한다.
{% load gallery_tags %}
{% make_gallery %}
  • context example
context = {
    "theme": "mentor_ds",
    "gallery": {
            "title": "Gallery",
            "desc": "Photos from Our Clinic",
        }
}
  • static - img/gallery/ 폴더내에 동일한 크기(800x600, 세로사진은 안됨)의 jpg 파일을 인식하여 보여줌
  • 지원 템플릿 - bethany_ds, medilab_ds

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc