/django-swallow

Make your django project able to import XMLs in an easily configurable way.

Primary LanguagePythonDo What The F*ck You Want To Public LicenseWTFPL

Django Swallow

Kesako Django Swallow

Make your django project able to import XMLs in an easily configurable way.

Configuration

In django settings define the following constants:

  • SWALLOW_DIRECTORY the directory used to store swallow files
  • If you want to use the admin set SWALLOW_CONFIGURATION_MODULES

You will need django-sneak.