djradicale icon indicating copy to clipboard operation
djradicale copied to clipboard

CalDAV (calendar) and CardDAV (addressbook) Django Application based on Radicale

Results 6 djradicale issues
Sort by recently updated
recently updated
newest added

Is there a reason why this project is limited to Django 2.0? https://github.com/kyokenn/djradicale/blob/3ea2f3bf738eb58d5e9862bbb8ccdaeb49336005/setup.py#L41 I tested it with Django Python 3 + Django 1.11 and it works just fine. The reason...

I have this error when I try to install djradicale: ```shell (project-api) me@ubuntu:~/workspace/project/api/src$ python manage.py migrate Traceback (most recent call last): File "manage.py", line 22, in execute_from_command_line(sys.argv) File "/home/me/.virtualenvs/project-api/lib/python3.5/site-packages/django/core/management/__init__.py", line...

There were only some small changes to make the code work with `radicale>=3.1.2` (see the commits with the type `fix`). The test data had to be adapted as well. I...

$ pip install djradicale Collecting djradicale Downloading djradicale-0.0.14.tar.gz (12 kB) Preparing metadata (setup.py) ... done Collecting Radicale==1.1.1 Downloading Radicale-1.1.1-py2.py3-none-any.whl (47 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 47.3/47.3 kB 2.7 MB/s eta 0:00:00 python -V...

Bad pypi installation fixed

Hi, I tried as a newbe to get your project working. - created a python3 venv in my home directory - installed djradicale from master pip freeze gives me: -...