Skip to content

The YearBook is a memoir of student's time spent in IIT Guwahati. This repo contains the code related to YearBook portal of IITG.

Notifications You must be signed in to change notification settings

Nikitha2309/YearBook

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The clean, fast and right way to start a Django 2.2.20 powered website.

Getting Started

Setup project environment with virtualenv and pip.

$ git clone https://github.com/Student-Alumni-Interaction-Linkage-IITG/YearBook.git
$ virtualenv project-env
$ source project-env/bin/activate
$ cd YearBook/
$ pip install -r requirements.txt
$ python manage.py migrate
$ python manage.py runserver

Features

  • Basic Django scaffolding (commands, templatetags, statics, media files, etc).
  • Split settings for specific environment settings (localhost, production, etc) in yearbook/settings.py.
  • Simple logging setup ready for production envs.

Contributing

Send a pull request with clear details including the brief documnetation and a picture ( in case of any frontend changes ).

About

The YearBook is a memoir of student's time spent in IIT Guwahati. This repo contains the code related to YearBook portal of IITG.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 48.7%
  • HTML 27.7%
  • Python 23.2%
  • JavaScript 0.4%