Skip to content

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

Notifications You must be signed in to change notification settings

vishal1438/CalendarScheduler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published