LUD Conference Management Toolkit is designed and developed by CHRIST Infotech to manage LUD Conferences. To know more about the application portal and its working, contact: Alwin Joseph [alwinjosephkaduppil@gmail.com; +919447755834].
Three main users are there for the LUD application
- Admin
- Conference Organiser
- Conference Participant
Create a env.py file in the ludconf folder with the following attributes
EMAIL_ID = ''
PASSWORD = ''
Create a python virtual environment and install the dependencies
python3 -m venv venv
source venv/bin/activate # ubuntu command to activate virtual environment
pip install -r requirements.txt
python manage.py runserver
The conference management toolkit helps to manage and record the conference registration information. The conference management toolkit helps to manage and record the conference registration information.
- Create an email template to sendout the email for OTP for new user login.