Importd

Latest version: v0.4.3

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

Scan your dependencies

Page 2 of 4

0.3.2

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

* Added blueprint document.
* calling django.setup() when available

0.3.1

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

* released without blueprint thing. rereleasing.

0.3.0

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

* Changed default setting STATIC_ROOT from ``static`` to ``staticfiles`` and set new default setting STATICFILES_DIRS to ``static``. This means that if you use the collectstatic management command, it will collect the files from the ``static`` folder and copy them to ``staticfiles``. If you use an external web server, you have to change the local path of the url http://server/static/ to serve files from the ``staticfiles`` folder.
* Auto Add django-debug-toolbar: try to import it, if sucessful and is not on settings and the database exist(debug_toolbar needs a DB) and DEBUG=True, then configure debug_toolbar.
* Auto Add SECRET_KEY: If no SECRET_KEY on settings, try to read SECRET_KEY from ./secret.txt , if no ./secret.txt generate a random string then write it to ./secret.txt and finally return it as SECRET_KEY.
* Auto Add django.contrib.humanize.
* Auto Add django.contrib.staticfiles.
* Auto Import get_list_or_404, render, redirect from django.shortcuts.
* Fixed Tests for new features.
* Support django-debug-toolbar 1.2.1
* Add importd-boilerplate hyperlink.
* Auto Add coffin/django-jinja.
* Added support for Django1.7 and Python3.4, removed support for python3.3.
* Added autoimport keyword argument, to control if views etc should be auto
imported.
* Added a blueprint like framework inspired from flask

0.2.9

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

* there was a bug in previous release, d.dotslash() always returned the same
value if called before configuring django

0.2.8

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

* integrated with speaklater(optional), if available, d.dotslash() can be used
before django is configured, returns a lazy string, which becomes
"available" after django has been configured. suitable for configuring
template dirs or static files etc.

0.2.7

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

* db kwarg can now be a string or (string, dict), in later case dict would be
merged into dict returned by dj_database_url.parse(), to support extra
settings django allows eg OPTIONS, CONN_MAX_AGE[this one I particularly need
in every projct, and dont want to miss out on using dj_database_url]

Page 2 of 4

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.