The Assam State Budget Board is a collaborative effort as part of OpenBudgetsIndia initiative to facilitate an informed discussion on the Assam State Budget, by improving the accessibility of budget data.
List coming Soon!
Refer to Django/Python compatibility for Django-CMS - Link This project uses MySQL as it database. If you want to connect it to different database, you can refer to Django Documentation. SQLite is a good alternative for simpler use cases, which also comes as a default database.
# Setup MySQL. Optional if using MySQL Server
$ sudo apt-get install mysql-server
# Setup Development environment
$ virtualenv env
$ source env/bin/activate
# Clone Repository
$ git clone https://github.com/CivicDataLab/assam-state-budget-board.git
$ cd assam-state-budget-board
# Install all dependencies
$ pip install -r requirements.txt
# Run the server
$ python manage.py runserver
$ python manage.py createsuperuser
Standard OSS rules.
The project is licensed under the MIT license.