Skip to content

saurabhranjan1806/website

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Releases

No releases published

Packages

No packages published

Languages

  • CSS 54.5%
  • HTML 31.6%
  • Python 13.6%
  • JavaScript 0.3%