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.
New update
- added custom css system per domains sites
- added youtube and codesnippet plugin in to blog post site
- added ckeditor_uploader models and settings for blog apps
- added Description model in domain site
- added setting for postgres
Load page list in templates
`{% load pages %}
{% get_pages as listpage %} {% for page in listpage %}
More variable for page list
- page.id
- page.domain
- page.title
- page.slug
- page.body
- page.visitor
- page.publish_date
for single page title
- getpage.id
- getpage.domain
- getpage.title
- getpage.slug
- getpage.body
- getpage.visitor
- getpage.publish_date
how to access domain system
- gethost.id
- gethost.user
- gethost.domain
- gethost.Description
- gethost.publish_date
- gethost.visitor
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-1.3.8-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 07e55b2c3aa62bb8217b2b58d97aa6577e656c1451c6440b0618cd194f54b806 |
|
MD5 | 4567b2726ca39a778b7436b3174bb2e4 |
|
BLAKE2b-256 | c825c79de48737e3c7b4a8efe1a5760064ec6e730d43bb18d3d49805a7cd7026 |