Skip to content

Latest commit

 

History

History
109 lines (66 loc) · 2.12 KB

README.md

File metadata and controls

109 lines (66 loc) · 2.12 KB

DSCWEB

DSC(Developer Student Club) is a official Technical club running in Rajkiya Engineering College, Bijnor since 2019. DSCWEB is a web project to build website for DSC club.


DESKTOP VIEW

  • view 1

    dscweb

  • view 2

    dscweb

  • view 3

    dscweb

  • view 4

    dscblog

MOBILE VIEW

  • view 1

    dscweb

  • view 2

    dscweb

  • view 3

    dscweb

  • view 4

    dscweb


Links:


Project Status

  • Completed

Project Details

This project is built on the Django Framework(3.0). This project is build by Developer Student Club Team headed by Kumar Shanu(at Back-end Developement) and Rajat Yadav(at Front-end Development).


Developement

If you want to run the server in local make sure to turn on debug mode by modifying the line DEBUG=False to DEBUG=True.

# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True

ALLOWED_HOSTS = ["*"]

# Application definition

Running the Server

  1. Run the following command to activate the environment:
cd path/to/dir
pip install pipenv
pipenv shell
  1. After that install all dependancies specified in Pipfile or Pipfile.lock :
    $ pipenv sync

  2. Run the server using :

python manage.py runserver 8000
or
pipenv run python manage.py runserver

here 8000 is port number. you can use any port number you want.

  1. To install any package :
pipenv install package_name
pipenv update  //run this at last

It will automaticlly install the package and put it into requirements.

Admin

django admin : dsc
password :