Skip to content

anuljain23/glug_website_django

 
 

Repository files navigation

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/glugmv/glugmv_website.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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 84.0%
  • CSS 11.8%
  • Python 2.6%
  • JavaScript 1.6%