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 .

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.

For access signup system

  1. from django.urls import path
  2. from bigsansar.contrib.account.views import signup, active
  3. urlpatterns = [
  4. path('signup', signup, name='signup'),
    
  5. path('active/<uidb64>/<token>', active, name= 'emailverification'),
    
  6. ]

New update

  • added virtual host in to admin pannel
  • added pages system and working in this model
  • making too easy to handel django with help of bigsansar in the future .
  • Working in admin panel for per user who can see own content only .

Load page in templates

`{% load pages %}

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

< a href="{{ page.slug }}">{{ page.title }}
{% endfor %}`

More variable for page

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

Project details


Release history Release notifications | RSS feed

This version

0.7.3

Download files

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

Source Distribution

Bigsansar-0.7.3.tar.gz (27.3 kB view details)

Uploaded Source

Built Distribution

Bigsansar-0.7.3-py3-none-any.whl (35.7 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: Bigsansar-0.7.3.tar.gz
  • Upload date:
  • Size: 27.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.4

File hashes

Hashes for Bigsansar-0.7.3.tar.gz
Algorithm Hash digest
SHA256 cce9277050fd7ca2cbcd6cd0f649018828f3dcbb6b903d490ce3a8130c5901b1
MD5 4bbc5babfa8928b332d63f316c91d1c9
BLAKE2b-256 6e1008a0bb2591527813d939aa6177224b8b1222a45ed50a02f69378a280e168

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Bigsansar-0.7.3-py3-none-any.whl
  • Upload date:
  • Size: 35.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.4

File hashes

Hashes for Bigsansar-0.7.3-py3-none-any.whl
Algorithm Hash digest
SHA256 b1e7bbe9e39e8198bde5309f619f8a0e32109f6d55fd7f8012ff70b0ebad8504
MD5 eed9f8e64d7a15629f7a886b56900437
BLAKE2b-256 8fc0f07621b6c86d4c2f3e4b66fcf04e65b331782eaa27c65a25201a9c8c960a

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