Skip to main content

A simple Django app to create a calendar file.

Project description

=====
Calendar File
=====

CalFile is a simple Django app to create a calendar file.

Detailed documentation is in the "docs" directory.

Quick start
----------------------
1. Install
pip install django-calfile

2. Add "calfile" to your INSTALLED_APPS setting like this::

INSTALLED_APPS = [
...
'calfile',
]

3. define::
CALFILE_DATE_FORMAT = '%d-%m-%Y %H:%M'

4. Include the URLconf in your project urls.py like this::

path('calfile/', include('calfile.urls')),

5. Post /calfile/ with parameters (start_date, end_date).

Project details


Release history Release notifications | RSS feed

This version

1.0

Download files

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

Source Distribution

django-calfile-1.0.tar.gz (4.0 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