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

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

Uploaded Source

Built Distribution

Bigsansar-0.7.9-py3-none-any.whl (35.8 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: Bigsansar-0.7.9.tar.gz
  • Upload date:
  • Size: 27.5 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.9.tar.gz
Algorithm Hash digest
SHA256 d880840b7dd844b2c19e5a9e3e7f4e740697de64622614fd11cec63adfdf33ba
MD5 b7b96362085a6d61dfefa742fc700eb2
BLAKE2b-256 7fb26e163791d42531fc347a108e8d02830ca7a89b737df11ead4524c9468455

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Bigsansar-0.7.9-py3-none-any.whl
  • Upload date:
  • Size: 35.8 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.9-py3-none-any.whl
Algorithm Hash digest
SHA256 7a31ca5d34ff606a073b10b94f14d127dfd398c860d59e3bae0dfd261e2334c4
MD5 c5dff5b026e7f73b71cbe1d92f339539
BLAKE2b-256 c7572ac7d5e587bd03acd5d33e0f76fb8e37d8ada38f11ac62249e533a34d91b

See more details on using hashes here.

Supported by

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