An open API service indexing awesome lists of open source software.

https://github.com/ptyadana/django-web-meeting-planner

simple meeting planner application using django3
https://github.com/ptyadana/django-web-meeting-planner

django django-application django-project django3 meetingplanner pluralsight pluralsight-course python3

Last synced: 15 days ago
JSON representation

simple meeting planner application using django3

Awesome Lists containing this project

README

          

# Meeting Planner App

A meeting planner app which allows you to manage the meeting rooms planning in a simple way.

## Built with
+ [Python 3](https://www.python.org/) - awesome language
+ [Django 3](https://www.djangoproject.com/) - a high-level Python Web framework that encourages rapid development and clean, pragmatic design.

![Meeting Planner App](https://raw.githubusercontent.com/ptyadana/django-WEB-meeting-planner/master/meetingplanner-screenshot.png)

## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.

## Acknowledgments
The project is inspired by [Django: Getting Started](https://www.pluralsight.com/courses/django-getting-started) course from Pluralsight.