Skip to main content

Weekly Calendar for Django

Project description

=====================
django-weeklycalendar
=====================

django-weeklycalendar is a simple calendar that keep activities and publish it to people in weekly form.

Quick Start
-----------

1. Install django-weeklycalendar

pip install django-weeklycalendar

2. Add django-weeklycalendar to your INSTALLED_APPS in setting.py

INSTALLED_APPS = [
...
'django-weeklycalendar',
]

3. Include the polls URLconf in your project urls.py
path('calendar', include("Calendar.urls"))

4. Make migrations
./manage.py makemigrations
./manage.py migrate

5. Start your project and test app

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-weeklycalendar-0.1.tar.gz (443.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page