Skip to main content

bethany_ds templates for demiansoft

Project description

django-bethany_ds

django-bethany_ds는 bethany_ds 템플릿의 기본형이다.

Quick start

  1. 본 템플릿은 다음의 필수 앱들이 필요하다. 프로젝트의 settings.py에 다음을 추가한다.
INSTALLED_APPS = [
    ...
    
    'django.contrib.humanize',
    
    'bethany_ds',
    
    # 필수 컴포넌트
    'popup',
    'base',
    'hero',
    
    # 선택 공통 컴포넌트
    'about',
    'clients',
    'gallery',
    'cta',
    'services',
    'portfolio',
    'contact',
    'counts',
    'whyus',
    'faq',
    'team',
    'appointment',
    'testimonials',
]
  1. static 파일을 저장하기 위해 settings.py에 다음을 추가한다.
STATICFILES_DIRS = [
    os.path.join(BASE_DIR, '_static/'),
]
  1. 프로젝트의 urls.py에 다음을 추가하여 home app과 템플릿에 연결한다.
from django.urls import path, include

from django.conf import settings
from django.conf.urls.static import static

urlpatterns = [
    # ...
    path('', include('bethany_ds.urls')),
] + static(settings.MEDIA_URL, document_root=settings.MEDIA_ROOT)
  1. BASE_DIR에 _data폴더를 생성하고 context.py를 생성한다.

  2. BASE_DIR에 _static폴더를 생성하고 이미지를 저장한다.

  3. 데이터베이스 구성

python manage.py makemigrations popup portfolio
python manage.py migrate
  • 프레임으로 창을 띄울때 거부하는 문제 해결위해 settings.py에 다음을 주석처리함.
MIDDLEWARE = [
    ...
    # 프레임으로 창을 띄울때 접속을 거부하는 문제 해결
    # 'django.middleware.clickjacking.XFrameOptionsMiddleware',
]

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

django-bethany_ds-0.0.9.tar.gz (11.8 kB view details)

Uploaded Source

Built Distribution

django_bethany_ds-0.0.9-py3-none-any.whl (13.3 kB view details)

Uploaded Python 3

File details

Details for the file django-bethany_ds-0.0.9.tar.gz.

File metadata

  • Download URL: django-bethany_ds-0.0.9.tar.gz
  • Upload date:
  • Size: 11.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.1

File hashes

Hashes for django-bethany_ds-0.0.9.tar.gz
Algorithm Hash digest
SHA256 b91b73792627f712b4a5eab5cfe6a1c59479c94aa4ed14e0ef19037d993f640b
MD5 9347a39e11124cade04c2c0b078ece7d
BLAKE2b-256 b43cd5436b40ea47b15446e7e6aa69d54fc7fd52bbab64df525742d16cacbad0

See more details on using hashes here.

File details

Details for the file django_bethany_ds-0.0.9-py3-none-any.whl.

File metadata

  • Download URL: django_bethany_ds-0.0.9-py3-none-any.whl
  • Upload date:
  • Size: 13.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.1

File hashes

Hashes for django_bethany_ds-0.0.9-py3-none-any.whl
Algorithm Hash digest
SHA256 bf6b02a2976121e08702a9ea9dfe081a2a95e39dfddda15e1743ab72cbcbf695
MD5 fddb79b8b38162f7f13995e663b5f1c5
BLAKE2b-256 56feffd416f6918d689181e60ce9a9d58b13144580c8b46d0b8072f349f1d64d

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page