Metadata-Version: 2.1
Name: Bigsansar
Version: 0.0.8
Summary: Build one in minutes with bigsansar - a visual site building tool!
Home-page: https://bigsansar.com
Author: Bikash Pokhrel
Author-email: bigsansaroffice@gmail.com
Project-URL: Bug Tracker, https://github.com/pokhrelb9/bigsansar/issues
Keywords: python,django host,bigsansar,django,django sites framework,django flatpages
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE


# How to get Bigsansar

Bigsansar is available open-source under the [MIT](https://en.wikipedia.org/wiki/MIT_License) license. We recommend using the latest version of Python 3. 
Bigsansar is Fully based on django.
You can use
[bigsansar](https://bigsansar.com)
for install packaged.

view our tutorials in 
[youtube](https://youtube.com/bigsansar)

for playlist:
[bigsansar for django](https://www.youtube.com/playlist?list=PLqdXqRSrD-LC6i7YQAaqB57FaCfWEZkth)

# 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](https://git-scm.com/):

`git clone https://github.com/pokhrelb9/bigsansar.git`

You can also download a [gzipped tarball](https://pypi.org/project/Bigsansar/#files) of the development version. 
This archive is updated every time we commit code.

# After you install bigsansar
Type `bigsansar init` command for setup server .

# After you get it
go to `www` path and open `settings.py` file then add `bigsansar.apps.BigsansarConfig`  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.
