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
- Host: GitHub
- URL: https://github.com/ptyadana/django-web-meeting-planner
- Owner: ptyadana
- License: mit
- Created: 2020-04-24T14:04:58.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T04:04:23.000Z (almost 3 years ago)
- Last Synced: 2024-11-15T07:20:42.421Z (11 months ago)
- Topics: django, django-application, django-project, django3, meetingplanner, pluralsight, pluralsight-course, python3
- Language: Python
- Size: 750 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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.
## 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.