- Notifications
You must be signed in to change notification settings - Fork6
Home
Puria Nafisi Azizi edited this pageJan 5, 2018 ·1 revision
This file is for you to describe the ksweb application. Typicallyyou would include information such as the information below:
Installksweb
using the setup.py script::
$ cd ksweb$ python setup.py develop
Create the project database for any model classes defined::
$ gearbox setup-app
Start the paste http server::
$ gearbox serve
While developing you may want the server to reload after changes in package files (or its dependencies) are saved. This can be achieved easily by adding the --reload option::
$ gearbox serve --reload --debug
Then you are ready to go.
There are 3 level of permission:
- Administrator: For site admin.
- Lawyer: For the lawyer.
- User: User that responde at the questionary.
Default account (username - password)::
Administrator: admin - adminksLawyer: lawyer - lawyerksUser: user - userks