/django-church-app

church website powered by django

Primary LanguageHTML

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