معرفی شرکت ها


django-underconstruction-0.1.2


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

django-underconstruction shows an under construction page
ویژگی مقدار
سیستم عامل -
نام فایل django-underconstruction-0.1.2
نام django-underconstruction
نسخه کتابخانه 0.1.2
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Koen Woortman
ایمیل نویسنده koensw@outlook.com
آدرس صفحه اصلی https://github.com/koenwoortman/django-underconstruction
آدرس اینترنتی https://pypi.org/project/django-underconstruction/
مجوز MIT
# 🛠️ Django Under Construction > *Put your Django website "under construction" with a single setting.* [![PyPI](https://img.shields.io/pypi/v/django-underconstruction?color=blue)](https://pypi.org/project/django-underconstruction/) [![Build Status](https://travis-ci.org/koenwoortman/django-underconstruction.svg?branch=main)](https://travis-ci.org/koenwoortman/django-underconstruction) <div align="center"> <div> <img src="https://github.com/koenwoortman/django-underconstruction/raw/main/media/screenshot.png" alt="Example screenshot"> </div> <br> <br> </div> ## Install Install the package from [pypi](https://pypi.org/project/django-underconstruction/). ``` $ pip install django-underconstruction ``` Add `django_underconstruction` to your INSTALLED_APPS. ```python # settings.py INSTALLED_APPS = [ ... 'django_underconstruction', ... ] ``` Add the `UnderConstructionMiddleware` middleware class to your MIDDLEWARE. ```python # settings.py MIDDLEWARE = [ ... 'django_underconstruction.middleware.UnderConstructionMiddleware', ... ] ``` Once you set `settings.UNDER_CONSTRUCTION` to `True` the under construction page is shown. ```python # settings.py UNDER_CONSTRUCTION = not DEBUG ``` ## Settings | Option | Description | Default | | :-------------------------------- | :---------------------------------------------- | :------------- | | **`UNDER_CONSTRUCTION`** | Whether the site is under construction. | `False` | | **`UNDER_CONSTRUCTION_TEMPLATE`** | HTML template to show while under construction. | `'django_underconstruction/construction.html'` | ## License Released under the [MIT license](https://github.com/koenwoortman/django-underconstruction/blob/main/LICENSE).


نیازمندی

مقدار نام
>=2.2 Django


زبان مورد نیاز

مقدار نام
>=3.6 Python


نحوه نصب


نصب پکیج whl django-underconstruction-0.1.2:

    pip install django-underconstruction-0.1.2.whl


نصب پکیج tar.gz django-underconstruction-0.1.2:

    pip install django-underconstruction-0.1.2.tar.gz