Skip to content

lubegamark/gosacco

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GOSACCO

GOSACCO. The software to manage your sacco.

What is this repository for?

How do I get set up?

Setup Django Backend

  • Clone the repository

  • Create a virtualenvironment and set it up with python2.7

  • Add local_settings.py to gosacco app Download Sample local_settings.py

  • Configure your database details

  • Run pip install -r requirements.txt

  • Run ./manage.py makemigrations

  • Run ./manage.py migrate

  • Run ./manage.py test

  • Run ./manage.py runserver "ip:port"

  • Configuration

  • Dependencies

  • Database configuration

  • How to run tests

  • Deployment instructions

Contribution guidelines

  • Writing tests
  • Code review
  • Other guidelines

Who do I talk to?