Skip to main content

Build one in minutes with bigsansar - a visual site building tool!

Project description

How to get Bigsansar

Bigsansar is available open-source under the MIT license. We recommend using the latest version of Python 3. Bigsansar is Fully based on django. You can use bigsansar for install packaged.

view our tutorials in youtube

for playlist: bigsansar for django

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:

git clone https://github.com/pokhrelb9/bigsansar.git

You can also download a gzipped tarball 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 .

Some usefull commands:

python3 manage.py createuser - get unlimited users.

bug fixed

fixed templated tags now use extends tags {% extends '<domain_name>/<page_slug>.html' %}

New update

  • added sitmap system
  • added font awesome packages
  • addedd javascripts system for per domains
  • added custom css system per domains sites
  • added youtube and codesnippet plugin in to blog post site

load blog list in templates

{% load blogs %} {% get_blog as bloglist %} {% for list in bloglist %} <div class="card my-4"> <h5 class="card-header">{{list.title}} </h5> <div class="card-body"> <p class="card-text"> {{list.body|slice:":100"}} </p> <a href="/blog/{{list.slug}}" class="btn btn-danger">Read More</a> </div> </div> {% endfor %}

More variable for blog list

  • blog.id
  • blog.domain
  • blog.title
  • blog.slug
  • blog.body
  • blog.visitor
  • blog.publish_date

Load page list in templates

`{% load pages %}

{% get_pages as listpage %} {% for page in listpage %}

< a href="{{ page.slug }}">{{ page.title }}
{% 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

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Bigsansar-1.5.1.tar.gz (127.8 kB view details)

Uploaded Source

Built Distribution

Bigsansar-1.5.1-py3-none-any.whl (211.3 kB view details)

Uploaded Python 3

File details

Details for the file Bigsansar-1.5.1.tar.gz.

File metadata

  • Download URL: Bigsansar-1.5.1.tar.gz
  • Upload date:
  • Size: 127.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 colorama/0.4.4 importlib-metadata/4.6.4 keyring/23.5.0 pkginfo/1.8.2 readme-renderer/34.0 requests-toolbelt/0.9.1 requests/2.25.1 rfc3986/1.5.0 tqdm/4.57.0 urllib3/1.26.5 CPython/3.10.6

File hashes

Hashes for Bigsansar-1.5.1.tar.gz
Algorithm Hash digest
SHA256 88d5dd3c813f93d2b4fcaf4f91920bf48d49dc7aa86a6330e14ee116cb88b3c7
MD5 5636a5b65c2af092df46827db2ae52a7
BLAKE2b-256 5d25d755392f34a94d539afac69224f8079283973875434631f6517a657c8e1f

See more details on using hashes here.

File details

Details for the file Bigsansar-1.5.1-py3-none-any.whl.

File metadata

  • Download URL: Bigsansar-1.5.1-py3-none-any.whl
  • Upload date:
  • Size: 211.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 colorama/0.4.4 importlib-metadata/4.6.4 keyring/23.5.0 pkginfo/1.8.2 readme-renderer/34.0 requests-toolbelt/0.9.1 requests/2.25.1 rfc3986/1.5.0 tqdm/4.57.0 urllib3/1.26.5 CPython/3.10.6

File hashes

Hashes for Bigsansar-1.5.1-py3-none-any.whl
Algorithm Hash digest
SHA256 b42d9edc8927c32f815d489e179677bf029c0021f7a52a38b445007e56786819
MD5 c8637d01de31bfb73a806cb05674ec7d
BLAKE2b-256 e9baed1ea935fab718a008d2e2491e30a5c7e7a5f1edb2008573a3e06f31f1ad

See more details on using hashes here.

Supported by

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