Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 763 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 763 Bytes

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.