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 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 %}
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
Built Distribution
Hashes for Bigsansar-0.6.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | cec0cbcb7e5098bc843a93500991cde7b58d553db40e4f3d03b56c6bc3054de1 |
|
MD5 | 52e2defd9c0c951424f301178e6b79b4 |
|
BLAKE2b-256 | dd50cd6ad2949ebc1d4251aa4759281576adfba4974660beb8ac5ad0f2001aca |