Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django_pmedien_export-0.21.tar.gz (2.7 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page