Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 901 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 901 Bytes

CalendarScheduler

The project is to schedule the events based on the dates and a limit of 10 users can only be invited for the events.

Django Calendar Scheduling

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

  1. 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.
  2. Click the Schedules link to schedule the events.
  3. Click the Add Schedules button to schedule new events in calendar.
  4. Click View Event button to view the event details.
  5. Click Invite Users to add new users in the event.
  6. Only a number of 10 users can be invited.