Skip to main content

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

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

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

Bigsansar-0.2.6-py3-none-any.whl (29.7 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: Bigsansar-0.2.6.tar.gz
  • Upload date:
  • Size: 23.1 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.6.tar.gz
Algorithm Hash digest
SHA256 a917bed2afd8f87330557b79079a06a65ab3e81f7a4aa591b6f354f7c4964629
MD5 547f85df8bbef6b19b4ce9dda9cefbc3
BLAKE2b-256 c8fe8cdf34e9103ec911965b4ae1ca2b1dbd0930b6c634fa073f8168b621357e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Bigsansar-0.2.6-py3-none-any.whl
  • Upload date:
  • Size: 29.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.2.6-py3-none-any.whl
Algorithm Hash digest
SHA256 4e662b856787ba89cfa2b39997fadb9ef774c6224b2e1cd8aeb4a2c16d7dfdcf
MD5 16c560b3b29a92429c1fde26b4379c1f
BLAKE2b-256 d388382f06e1ee6e707933f10c3265483d6999d416c381c4e5751265710c8f01

See more details on using hashes here.

Release history Release notifications | RSS feed

Supported by

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