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).
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
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)
File details
Details for the file django-calfile-1.0.tar.gz
.
File metadata
- Download URL: django-calfile-1.0.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 855103bb227c737c3c5ced9afbf51f16a15d35009f70a040ab34b13576de04d1 |
|
MD5 | 5009958c34a936b6cadb01d25ee544ee |
|
BLAKE2b-256 | 609e54cc411f5960da574f27e215f902e5734fdca283867aeee4c97ff4d4d646 |