Skip to content

glugmvit/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/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