Skip to content

cbgaindia/assam-budget-board

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Assam State Budget Board

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.

Features

List coming Soon!

Requirenments

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.

Installation

# 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
Create an admin user
$ python manage.py createsuperuser

Contribute

Standard OSS rules.

Credits

License

The project is licensed under the MIT license.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published