8000 GitHub - ashoksrinivas/website: GDG Website 2017-18
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ashoksrinivas/website

 
 

Repository files navigation

Status

Build Status

How to setup

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

  1. Install python 3.x, git 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 migrate python manage.py makemigrations

  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 57.4%
  • HTML 20.5%
  • JavaScript 13.3%
  • Python 8.8%
0