Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1.13 KB

File metadata and controls

30 lines (18 loc) · 1.13 KB

IUT Website

Join the chat at https://gitter.im/iut-website/Lobby

The project is based on Django. Head over to the Wiki if you are new to web development for learning resources.

Features

  • Production-ready configuration for Static Files, Database Settings, Gunicorn, etc.
  • Enhancements to Django's static file serving functionality via WhiteNoise.
  • Latest Python 3.6 runtime environment.

How to Use

To use this project, follow these steps:

  1. Create your working environment.
  2. Install Django ($ pip install django)
  3. Create a new project using this template

License: MIT

Before contributing, please checkout our contribution guideline.

Further Reading