__init__.py
|
Create the django_etesync app.
|
2020-02-19 22:28:08 +02:00 |
admin.py
|
Create new django project.
|
2020-02-19 14:57:54 +02:00 |
app_settings.py
|
Create the django_etesync app.
|
2020-02-19 22:28:08 +02:00 |
apps.py
|
Create new django project.
|
2020-02-19 14:57:54 +02:00 |
models.py
|
Make sure we don't upload the same file twice.
|
2020-02-20 14:48:19 +02:00 |
paginators.py
|
Create the django_etesync app.
|
2020-02-19 22:28:08 +02:00 |
permissions.py
|
Create the django_etesync app.
|
2020-02-19 22:28:08 +02:00 |
serializers.py
|
More progress - support chunk uploading.
|
2020-02-20 14:46:01 +02:00 |
tests.py
|
Create new django project.
|
2020-02-19 14:57:54 +02:00 |
views.py
|
Also serve an item's snapshots.
|
2020-02-20 16:35:20 +02:00 |