Clone this repo, setup virtualenv, install Django
git clone https://github.com/huiwenhw/django-calendar
cd django-calendar
virtualenv env
source env/bin/activate
pip3 install django
python3 manage.py migrate
python3 manage.py runserver
Find the app running at http://localhost:8000/calendar/!
Contributions to this repository are welcome! If you find bugs, have suggestions, or want to add new features, feel free to create a pull request or open an issue.
This repository is licensed under the MIT License. You can find the license details in the LICENSE file.
Special thanks to AbuBakkar32 for creating and sharing this Calendar App. Your contribution is valuable to the Django community.
The app is meant for educational and demonstration purposes. The author and contributors are not responsible for any misuse or consequences of the app's code and data. Use the app responsibly and review the code carefully before deploying it to production. Always follow best practices for security and data handling.