General export for a complete model with languages
Project description
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.
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
File details
Details for the file django_pmedien_export-0.21.tar.gz
.
File metadata
- Download URL: django_pmedien_export-0.21.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using 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
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 58f6c8c885dd09be881aecd0e15436476581155ad60c89e02180250de6bdd07d |
|
MD5 | a54910c29e25365ad705faf93b35541c |
|
BLAKE2b-256 | 0b5b6892eafe3c3943d8a40fb35f853881d68870751b470c3ced253082cc7531 |