Installing and running
pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate
python manage.py runserver
Head over to http:127.0.0.1:8000/ and sign in after registering with your credentials.
Project Working
- Register with User Credentials(First Name, Last Name, Email, User Type, Usrename, Password) - User Type is to identify the user whether user is staff or admin or others.
- Click the Schedules link to schedule the events.
- Click the Add Schedules button to schedule new events in calendar.
- Click View Event button to view the event details.
- Click Invite Users to add new users in the event.
- Only a number of 10 users can be invited.