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 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.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size django_pmedien_export-0.13.tar.gz (850 Bytes) | File type Source | Python version None | Upload date | Hashes View |
Close
Hashes for django_pmedien_export-0.13.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 222908e0be343f344ad3d700af8da4c2f0f1c651ca1544a1169edad96d413a60 |
|
MD5 | 6fd3cd278304abcbba366a65b7707b4e |
|
BLAKE2-256 | 87b8287ca9d867d9b20bd0a163e7c5529684359db5e4df70e9158e8153cc24db |