Mahima246 / IITKcoinstask

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

simple-django-project

Installation

Prerequisites

1. Install Django

pip install django

2.Run the server on port 8080

cd proj prev/
python manage.py runserver 8080

# your server is up on port 8080

Try opening http://localhost:8080 in the browser. Now you are good to go.

About


Languages

Language:Python 63.9%Language:HTML 36.1%