Skip to content

vishal1438/EventScheduler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 functionalities include:

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published