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
- from django.urls import path
- from bigsansar.contrib.account.views import signup, active
- urlpatterns = [
-
path('signup', signup, name='signup'), -
path('active/<uidb64>/<token>', active, name= 'emailverification'), - ]
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 future.
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file Bigsansar-0.3.0.tar.gz.
File metadata
- Download URL: Bigsansar-0.3.0.tar.gz
- Upload date:
- Size: 24.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c0adfece1d0f311b0f5d1baa827feea2652c109b86dccdb1f1a578baf3a141cd
|
|
| MD5 |
8869d2b1fcfda04463303c87699ef117
|
|
| BLAKE2b-256 |
911a2444e9981bc675c4705302e1dcc736aa75072ec53adce70df8c053e8499d
|
File details
Details for the file Bigsansar-0.3.0-py3-none-any.whl.
File metadata
- Download URL: Bigsansar-0.3.0-py3-none-any.whl
- Upload date:
- Size: 32.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2b7a12952b320f674b333b2d4d95f09ff75efb3682038df55a3ec844e7a1c597
|
|
| MD5 |
8c448bacd514f98ea6da42decc918ca7
|
|
| BLAKE2b-256 |
81acd35d38410992cc97bfe7e9fc13b14d2e0c3df7182a4bbf54c5689413429e
|