Logo

Artists' Forum

Artists' Forum Website
Report Bug/Request Feature

Models In the Website

Content Regulation

  • Member
  • Image
  • Event
  • Art
  • Blog
  • Udaan
  • Comment
  • Gallery

User Account Management

  • Account
  • Recruitment Applicant
  • My Account Manager
  • Volunteer
  • Registration

Functionalities

  • The content in terms of team members' data, images, events, artworks, blog content,etc. can be uploaded via the admin dashboard by the superadmin or the user with admin permissions.

  • Appropriate filters in place for the content that is to be displayed on various pages.

  • Dislaying Images corresponding to the events, blogs or Artworks in various sections on the website pages.

  • User Account Management interface for recruitments, volunteers and registrations for the club and club events/projects.

  • Improved UI/UX with a better theme and template.

  • Image Compression for files with a larger size, while preserving the quality/resolution.

  • Mailer for the users to get latest updates via email, and for other relevant actions.

  • Further implemented features to be based on the requirements specified by the core members.

Installation Guide

  • Fork the Project and Clone it locally,
  • Run the following commands in you teminal:
$ pip install -r requirements.txt
$ python3 manage.py makemigrations
$ python3 manage.py migrate
$ python3 manage.py runserver
  • Now enter localhost:8000 in the browser.