AdityaSingh17 / glug_website_django

The website for GLUG MVIT

Home Page:https://www.glugmvit.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GLUG MVIT


Contributors

0 1 2 3 4 5 6 7

Running the website on your localhost

> python3 -m virtualenv glug_env      # Create a virtual environment.
> cd glug_env                         
> git clone https://github.com/glugmvit/glug_website_django.git  # Cloning the repository
> cd glugmv_website
> cd glug
> pip3 install -r requirements.txt     # Installing the requirements
> python3 manage.py makemigrations
> python3 manage.py migrate
> python3 manage.py runserver          # Running the server on the localhost

About

The website for GLUG MVIT

https://www.glugmvit.com/

License:GNU General Public License v3.0


Languages

Language:HTML 66.7%Language:CSS 29.9%Language:JavaScript 1.9%Language:Python 1.5%Language:Roff 0.0%