This website was created for wev-technologies course.
Project was created using Django framework.
Members application is responsible for work with users (registration and authorisation)
Main application responsible for main functions of the project
A static folder contains all static files (CSS, fonts, images, JavaScript)
Templates folder is used to contain all HTML files
models.py is used to declare all database tables (models)
urls.py is used to define all possible urls
form.py is used for forms customization