Skip to content

spankaj13579/website-1

 
 

Repository files navigation

Status

Build Status

How to setup

Follow this guide to successfully setup this project on your local machine.

  1. Install python 3.x https://www.python.org/downloads/, git https://git-scm.com/downloads and virtualenv in your computer.

  2. Get the source code on your machine by-

    git clone https://github.com/GDG-JSS-NOIDA/website.git

  3. Create a python virtual environment and install python and django related dependencies.

    cd website
    virtualenv -p python3 venv # create virtual env
    source venv/bin/activate  # run this command everytime before starting on the project
    pip install -r requirements/dev.txt
  4. For creating database migrations run

    python manage.py makemigrations
    python manage.py migrate
  5. For running the server

    python manage.py runserver

  6. Open the browser and got to the following link.

    127.0.0.1:8000

About

GDG Website 2017-18

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 56.1%
  • HTML 20.2%
  • JavaScript 13.2%
  • Python 8.8%
  • SCSS 1.7%