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.3.tar.gz (12.0 kB view details)

Uploaded Source

Built Distribution

django_bethany_ds-0.0.3-py3-none-any.whl (13.5 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: django-bethany_ds-0.0.3.tar.gz
  • Upload date:
  • Size: 12.0 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.3.tar.gz
Algorithm Hash digest
SHA256 5df31d7a24a2df3a0e59003cfd5af9d7cf9bd09d448ff07227f4c4d5b1d129f9
MD5 a0a4710e9c492e80527432a75f014db1
BLAKE2b-256 4e410d02ef2f8039ac5e0178d720385a6ecbb5d1eacf1a49f3a06ae54bf0a99e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: django_bethany_ds-0.0.3-py3-none-any.whl
  • Upload date:
  • Size: 13.5 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.3-py3-none-any.whl
Algorithm Hash digest
SHA256 87c63224a4a624dd185f293f2856085afc105a149e200b410b156d804b34bada
MD5 1b665ebc6f5cf345a6bfa6c02ed71f63
BLAKE2b-256 bb5e5f88b0f8ed572acd20b8b55e4ac2e51cccdacd323bacbbb80e4fcb4f521e

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