Importd

Latest version: v0.4.3

Safety actively analyzes 613797 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 4

0.5.0

-------------------
* Django 1.9 Support.
* Clean Up and Deprecate stuff from https://github.com/amitu/importd/issues/72.
* Tox Tests from Python2.7 Django1.5 to Python3.5 Django1.9.

0.4.3

-------------------
* New tag s added.
* It is recommended to call d.openenv before calling it in main.
* Extra python path cannot be added into d as kwargs.

0.4.2

------------------
* Fixed process_view of middleware not called.
* Extra python path can be added into d as kwargs argument ENVDIR.

0.4.1

-------------------
* Fixed AttributeError when calling d.dotslash.
* don't auto configure ROOT_URLCONF if already configured

0.4.0

-------------------

Settings Framework Release

* added `debug` keyword argument that takes dict and is added to base settings
only if DEBUG is true
* added importd.env, which checks a key in environment and if not present
returns a default value (so that I do not have to write this utility
everywhere)
* added a importd.debug() that can be used for conditional settings
* MIDDLEWARE_CLASSES, INSTALLED_APPS or TEMPLATE_CONTEXT_PROCESSORS is looked
for settings that starts with "debug:", such values are dropped completely in
prod, and in debug the "debug:" prefix is stripped. similarly we have "prod:".
* created impoortd.e() which can be used to "expose" some of the settings to
template. in order to use it in template, add a template context processor
"importd.esettings", this will make available a variable named "esettings".

0.3.3

-------------------

* added livereload command/feature.

Page 1 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.