General export for a complete model with languages
Usage:
project/urls.py:
from django_pmedien_export import pmedien_export as export
...
urlpatterns = [
...
url(r'^export/((?P<appname>[\w-]+)/)?$', export.export),
...
]
also set LANGUAGES in settings.py like:
...
LANGUAGES = (
('de', 'deutsch'),
)
...
The appname should be an existing app. Otherwise nothing is returned.
Release files for django-pmedien-export 0.21
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django_pmedien_export-0.21.tar.gz | 2.7 kB | Details |
Release files / django_pmedien_export-0.21.tar.gz
| Download URL | django_pmedien_export-0.21.tar.gz |
|---|---|
| Size | 2.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
58f6c8c885dd09be881aecd0e15436476581155ad60c89e02180250de6bdd07d
|
|
BLAKE2b-256 checksum How to use checksums |
0b5b6892eafe3c3943d8a40fb35f853881d68870751b470c3ced253082cc7531
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.6
|