Skip to content

Files

Latest commit

a75aee2 · May 9, 2019

History

History
29 lines (17 loc) · 393 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 393 Bytes

Hackathon1.0

A Chat App.

Team name: eNNVy

Team Members:

  1. Vasu Dev Sall
  2. Nikhil Saini
  3. Nilesh Singh

Installation

Create the virtual environment.

Activate the virtual environment.

Install Django:

pip3 install django

Install django crisp forms:

pip3 install django-crispy-forms

Change directory to hackathon1.0

Run server:

python3 manage.py runserver