Skip to main content

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

Project description

New update

  • fixed some bug in cloudflare api
  • Working in to cloudflare
  • fixed some bugs
  • added new db table for nav always open or close.

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 and linux ubuntu. You can use bigsansar for install packaged. 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

  1. Type bigsansar init command for automatically setup server for internal configurations.

** this command valid into vertualenv for developer

for full setup in to server

this is work only on ubuntu os

  1. type python manage.py setup_server commend for fully setup into server .

How to Setup a Full Server with BigSansar, Django, and Ubuntu

some usefull link

sitemap.xml script.js styles.css

how to edit sitemap , js and css from pages

create a page slug name with sitemap,script , styles

How to change admin URL in server side with domain

go to VirtualHost.py file and change localhost with your subdomain

Some usefull commands:

python3 manage.py createuser - get unlimited users.

templatetags for extends and include

{% extends '<domain_name>/<page_slug>.html' %} {% include '<domain_name>/<page_slug>.html' %}

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}} - {{ list.domain }}</h5> <div class="card-body"> <p class="card-text"> {{list.body|slice:":100"}} - {{ list.publish_date }}</p> <a href="/blog/{{list.slug}}" class="btn btn-danger">Read More</a> </div> </div> {% endfor %}

get single blog objects

{% load blogs %} {% get_blog_object as get_blog %} {{ get_blog.title }} {{ get_blog.thumbnails }} {{ get_blog.publish_date }} {{ get_blog.domain }} {{ get_blog.id }} {{ get_blog.slug }} {{ get_blog.body | safe }} {{ get_blog.visitor }}

Count visitor in your blogs

{% load blogs %} {% update_blog_visitor %}

get path slug

{{ slug }}

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

How to access codesnippet in to bigsansar pages

**add this script in to html head **

{% load static %}

<script type="text/javascript" src="{% static 'ckeditor/ckeditor-init.js' %}"></script> <script type="text/javascript" src="{% static 'ckeditor/ckeditor/ckeditor.js' %}"></script> <script src="{% static 'ckeditor/ckeditor/plugins/codesnippet/lib/highlight/highlight.pack.js' %}"></script> <script>hljs.initHighlightingOnLoad();</script>

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

Uploaded Source

Built Distribution

Bigsansar-2.6.5-py3-none-any.whl (122.5 kB view details)

Uploaded Python 3

File details

Details for the file bigsansar-2.6.5.tar.gz.

File metadata

  • Download URL: bigsansar-2.6.5.tar.gz
  • Upload date:
  • Size: 76.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.10.12

File hashes

Hashes for bigsansar-2.6.5.tar.gz
Algorithm Hash digest
SHA256 e3f1fc13a3ad783b2f37c97f56ed7907ac6a71b02b4c05df45dc85add251d984
MD5 a6ac966fdc4e49d286045eee4b0861fc
BLAKE2b-256 31c3ebab350c9dfde066a36740d7d5a5394915b19608c3c4fa76ad699c14acfe

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Bigsansar-2.6.5-py3-none-any.whl
  • Upload date:
  • Size: 122.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.10.12

File hashes

Hashes for Bigsansar-2.6.5-py3-none-any.whl
Algorithm Hash digest
SHA256 5ba28d9e30470d1038f75d228e772a88826f9b23c89be5405ea4b8012072a81f
MD5 7214318bb2d7df1e3aacc035a496d4bc
BLAKE2b-256 21139b9aa9899f3e6e188b90d3ca1e908878f90a9ee11d2e39c21d01c34f62ab

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