Skip to content

nasirhm/django-helloworld

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google Code-In 2019 Fedora Task

Hello app in Hello World Project Written in Django 2.1

##Screenshot Screenshot 1

How to Run the Application

  1. Clone this Repository Locally
git clone https://github.com/nasirhm/django-helloworld
cd django-helloworld
  1. Install pip3 and pipenv (for virtual Environment)
sudo dnf install pip3
pip3 install pipenv
  1. Install Requirements
pipenv install
pipenv shell
  1. Run the Application in Server | Make sure to be in Virtual Environment
python3 manage.py runserver
  1. Navigate to [SERVER]/hello to See the Hello world

6.Yahoo you have your Own Hello World Django Application Up and Running.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages