Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.13 KB

README.md

File metadata and controls

33 lines (23 loc) · 1.13 KB

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 ).