This is a readme file for setting up the Aggregated Merchant Acquiring and Payment Gateway System (AMAPS) Application
git clone https://kenegwuda@bitbucket.org/siliconharbourng/amaps.git
cd amaps
python3 -m venv venv
source venv/bin/activate
pip install django` # if django is not already installed####################################################################
####################################################################
chmod +x static_validation.sh # may require `sudo` for admin permission
DJANGO_SETTINGS_MODULE=amaps.dev ./static_validation.sh