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 details)

Uploaded Source

File details

Details for the file django-calfile-1.0.tar.gz.

File metadata

File hashes

Hashes for django-calfile-1.0.tar.gz
Algorithm Hash digest
SHA256 855103bb227c737c3c5ced9afbf51f16a15d35009f70a040ab34b13576de04d1
MD5 5009958c34a936b6cadb01d25ee544ee
BLAKE2b-256 609e54cc411f5960da574f27e215f902e5734fdca283867aeee4c97ff4d4d646

See more details on using hashes here.

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