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

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

Uploaded Source

Built Distribution

Bigsansar-0.2.1-py3-none-any.whl (13.2 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: Bigsansar-0.2.1.tar.gz
  • Upload date:
  • Size: 8.8 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.1.tar.gz
Algorithm Hash digest
SHA256 7ff41b1fb1d79332de7969296ffc94e580deacc59c21a95fcaa7499eb1669d90
MD5 81465f94c74ac72118a437a0f4c2878f
BLAKE2b-256 439dd51de6900dddfce93b2f4f4fce1586e1bd908f1417ff01aa7135a2a1443d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Bigsansar-0.2.1-py3-none-any.whl
  • Upload date:
  • Size: 13.2 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.1-py3-none-any.whl
Algorithm Hash digest
SHA256 fa649a55601575740fbadf8badcc651dd46bec4b0b39d0cd1631e58182ecbddf
MD5 8b26cb9813a389696c5db05752f5d7e8
BLAKE2b-256 510453c7c751cedc9d2925a9ac7c738ea704e172ab43043a13381f8f7fe4e0f7

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 Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page