Date and time dependend content manipulation
Project description
# django-time-wizard Date and time dependend content manipulation.
## Quick start
Install using pip:
` pip install django-time-wizard `
Add to your INSTALLED_APPS:
` 'time_wizard', `
Include the time_wizard admin URLs in your project urls.py:
` url(^'admin/', include('time_wizard.urls')), `
Run python manage.py migrate to create the time_wizard models.
## Settings
Django-time-wizard uses the defined countries and provinces/states from holidays. Definitions need to be compatible with holidays. You can also define this yourself for your needs:
TIME_WIZARD_COUNTRIES = [‘US’, ‘UK’, ‘DE’, …] TIME_WIZARD_COUNTRY_PROVINCES = {‘US’: [‘AL’, ‘AK’, …], …}
## Requirements
django
django-polymorphic
holidays
## Tests
Setup your test environment with virtualenv and install the requirements with pip install .. Also install tox via pip and simply run tox.
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
Built Distribution
File details
Details for the file django-time-wizard-0.1.0.tar.gz
.
File metadata
- Download URL: django-time-wizard-0.1.0.tar.gz
- Upload date:
- Size: 8.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/2.7.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9569aa95f593f4144dfccf55a5cb9ec8f792e7c935c7681363ac20e70d8fa172 |
|
MD5 | da22f203915be6359e7217aa05773e57 |
|
BLAKE2b-256 | 8531ba3b2d01d5fd909682b73e0e0593b1d8ad0a98dd5ddced93bfc0079f8b35 |
File details
Details for the file django_time_wizard-0.1.0-py2-none-any.whl
.
File metadata
- Download URL: django_time_wizard-0.1.0-py2-none-any.whl
- Upload date:
- Size: 11.9 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/2.7.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b2e0d0b112812a25103176b49e684e04223f29a623b3662f8aa04e6f7855e714 |
|
MD5 | e58db3c9492809c2366a957cc2649544 |
|
BLAKE2b-256 | 0afbc3ba497ba4f7c911757e0c0bc1aaa091d26bf28106fad2d4ca2d5d975294 |