Skip to content

Django app for scheduling the use of shared physical resources

License

Notifications You must be signed in to change notification settings

simon-andrews/django-resource-scheduler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Resource Scheduler

The Django Resource Scheduler (DRS) is a Django app for scheduling the use of shared physical resources.

Quick Start

  1. Add "resource_scheduler" to your INSTALLED_APPS, like this:

    INSTALLED_APPS = [
            ...
            'resource_scheduler',
    ]
    
  2. Include the DRS URLConf in your project urls.py, like this:

    url(r'^drs/', include('resource_scheduler.urls')),
    
  3. Run python manage.py migrate to create the DRS models.

About

Django app for scheduling the use of shared physical resources

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages