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. ]

Project details


Release history Release notifications | RSS feed

This version

0.2.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.2.3.tar.gz (22.3 kB view details)

Uploaded Source

Built Distribution

Bigsansar-0.2.3-py3-none-any.whl (28.3 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: Bigsansar-0.2.3.tar.gz
  • Upload date:
  • Size: 22.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.2.3.tar.gz
Algorithm Hash digest
SHA256 19326b1607ecc2ab40142867cb2143084b2f636a5d115fdbefbb1783d2e46846
MD5 8d1d3da1a3220e27a5f95248d4d0d509
BLAKE2b-256 b7715f7e7ff10540fef92de458e0a99e8315852329dd3ab741f08247fe29c626

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Bigsansar-0.2.3-py3-none-any.whl
  • Upload date:
  • Size: 28.3 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.2.3-py3-none-any.whl
Algorithm Hash digest
SHA256 5e160cd790279a8bd7bcb248ed8b330ac2bdad15d2a3e211a1f804ac7772c95a
MD5 a0fb631c61289c61e2bd2494bce455e0
BLAKE2b-256 1ab088e568ba3479964b7fcb373760200bedc2646a6ece2f1653b826f69ba0b7

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