معرفی شرکت ها


Bigsansar-1.3.1


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Build one in minutes with bigsansar - a visual site building tool!
ویژگی مقدار
سیستم عامل -
نام فایل Bigsansar-1.3.1
نام Bigsansar
نسخه کتابخانه 1.3.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Bikash Pokhrel
ایمیل نویسنده bigsansaroffice@gmail.com
آدرس صفحه اصلی https://bigsansar.com
آدرس اینترنتی https://pypi.org/project/Bigsansar/
مجوز -
# How to get Bigsansar Bigsansar is available open-source under the [MIT](https://en.wikipedia.org/wiki/MIT_License) license. We recommend using the latest version of Python 3. Bigsansar is Fully based on django. You can use [bigsansar](https://bigsansar.com) for install packaged. view our tutorials in [youtube](https://youtube.com/bigsansar) for playlist: [bigsansar for django](https://www.youtube.com/playlist?list=PLqdXqRSrD-LC6i7YQAaqB57FaCfWEZkth) # Get the latest development version The latest and greatest Bigsasnar version is the one that’s in our Git repository (our revision-control system). This is only for experienced users who want to try incoming changes and help identify bugs before an official release. Get it using this shell command, which requires [Git](https://git-scm.com/): `git clone https://github.com/pokhrelb9/bigsansar.git` You can also download a [gzipped tarball](https://pypi.org/project/Bigsansar/#files) of the development version. This archive is updated every time we commit code. # After you install bigsansar Type `bigsansar init` command for **automatically** setup server . # For manually setup ### After you get it go to `www` path and open `settings.py` file then add `'bigsansar.apps.BigsansarConfig'` `'bigsansar.contrib.account.apps.AccountConfig'` in to `INSTALLED_APPS = []` . ### For Virtualhost middleware go to `www` path and open `settings.py` file then add `bigsansar.core.host.VirtualHostMiddleware` in to top of `MIDDLEWARE = []` . ## Some usefull commands: `python3 manage.py createuser` - get unlimited users. ## New update * added Description model in domain site * added setting for postgres * added sercure proxy ssl header * fixed domain index and pages views system * added virtual host in to admin pannel ## Load page list in templates `{% load pages %} {% get_pages as listpage %} {% for page in listpage %} <div> < a href="{{ page.slug }}">{{ page.title }}</a> </div> {% endfor %}` #### More variable for **page** list * page.id * page.domain * page.title * page.slug * page.body * page.visitor * page.publish_date ## for single page title * getpage.id * getpage.domain * getpage.title * getpage.slug * getpage.body * getpage.visitor * getpage.publish_date ## how to access domain system * gethost.id * gethost.user * gethost.domain * gethost.Description * gethost.publish_date * gethost.visitor


نیازمندی

مقدار نام
- django
- django-ckeditor
- django-phonenumber-field[phonenumberslite]
- pillow
- requests


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

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


نحوه نصب


نصب پکیج whl Bigsansar-1.3.1:

    pip install Bigsansar-1.3.1.whl


نصب پکیج tar.gz Bigsansar-1.3.1:

    pip install Bigsansar-1.3.1.tar.gz