An Django app that provides generic calendar functions
Project description
django-timetable
========================
Required packages
------------------
* django-taggit
https://github.com/alex/django-taggit
* django-colorful
https://github.com/charettes/django-colorful
Installation
------------
1. Install django-timetable
$ pip install django-timetable
2. In settings.py file add the following to DJANGO_APPS:
DJANGO_APPS = (
...
'taggit',
'timetable',
)
Change Log
----------
0.1.7:
- Get update url from the model (get_absolute_update_url)
- Search in admin via the name and now tags
- Default admin sort order via the start_date_time
0.1.6 - Removed the event all day event replaceing start and end time because it didn't handline timezone correctly.
0.1.5 - Fixed syntax error in the model
0.1.4:
- Changed unicode name
- Removed unused code
0.1.3 - Fixed an issue with all day events
0.1.2:
- Made the Event name searchable on the admin page.
- Updated the instructions.
0.1.1 - Fixed packaging issue for PyPi
0.1.0 - Base working version
========================
Required packages
------------------
* django-taggit
https://github.com/alex/django-taggit
* django-colorful
https://github.com/charettes/django-colorful
Installation
------------
1. Install django-timetable
$ pip install django-timetable
2. In settings.py file add the following to DJANGO_APPS:
DJANGO_APPS = (
...
'taggit',
'timetable',
)
Change Log
----------
0.1.7:
- Get update url from the model (get_absolute_update_url)
- Search in admin via the name and now tags
- Default admin sort order via the start_date_time
0.1.6 - Removed the event all day event replaceing start and end time because it didn't handline timezone correctly.
0.1.5 - Fixed syntax error in the model
0.1.4:
- Changed unicode name
- Removed unused code
0.1.3 - Fixed an issue with all day events
0.1.2:
- Made the Event name searchable on the admin page.
- Updated the instructions.
0.1.1 - Fixed packaging issue for PyPi
0.1.0 - Base working version
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django-timetable-0.1.7.tar.gz
.
File metadata
- Download URL: django-timetable-0.1.7.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 30d9aef618568f8e919f0b2313ea6b1fec17a9ff39222ab7b2cce45c34dc10a6 |
|
MD5 | 04653c80f3eb11ea784297e227f058de |
|
BLAKE2b-256 | 2f2fb45f50a8431230b058501a349798cb391c768daf9f01898d93de79a53595 |