Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 412 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 412 Bytes

django-church-app by group one members

steps to setting up the web application

step 1: install an editor for example pycharm or VScode

step 2: fork and clone this repository to your local machine

step 3: open this project using your IDE

step 4: run the following commands

pip3 instal django
python manage.py migrate
python manage.py runserver

step 5: open localhost:8000 on your browser