Hello app in Hello World Project Written in Django 2.1
- Clone this Repository Locally
git clone https://github.com/nasirhm/django-helloworld
cd django-helloworld
- Install pip3 and pipenv (for virtual Environment)
sudo dnf install pip3
pip3 install pipenv
- Install Requirements
pipenv install
pipenv shell
- Run the Application in Server | Make sure to be in Virtual Environment
python3 manage.py runserver
- Navigate to [SERVER]/hello to See the Hello world
6.Yahoo you have your Own Hello World Django Application Up and Running.