The Diversity Ability Support Network System (Dasuns) is to promote social and inclusive development through facilitating access to professional assistive support services and technologies to advance rights, choices and opportunities for persons with disabilities.
- Django Templates
- Django Restframework
- Python 3.7.0 and above
- This is a django project with two main apps, frontend and backend.
- Fork the repo at https://github.com/Strewik/DasunsWebDjango.git
- git clone https://github.com/your-username/DasunsWebDjango.git
- In the main project folder set up a virtual environment (venv) e.g. 'python3 -m venv venv' for ubuntu
- Activate the virtual environment
- While in the virtual environment do 'pip3 install -r requirements.txt' and any other dependencies as need be.
- After run 'pip freeze > requirements.txt'
In the main project directory run 'python manage.py runserver' to start the App.
- The index page of the app can be found on http://localhost:8000/
- This App is hosted on DigitalOcean
Steven Kawooya, Irene Nyakate