WEBCHES is a web application used for managing cocoa crop diseases written in django by julius for farmers to search and get information about any disease while the agents can add disease in a well designed interface
1.One type of user (Extension Agent) 2. Farmers page for searching pest and diseases added by the Agent and view details of the page 3. Landing page
create a virtual environment activate it in the command-line
virtualenv venv . bin/activate
install all the requirements with the requirements.txt
pip install -r requirements.txt
then clone the repository to the newly created virtual environment git clone https://github.com/JuliRash/WEBCHES.git
now you can run :
python manage.py runserver