Isotoma.recipe.django

Latest version: v3.1.5

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

Scan your dependencies

Page 2 of 7

3.1.2

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

- Buildout now cleans up the django script where necessary.
- The recipe no longer depends upon Jinja2.
- Added a buildout configuration and empty project to the recipe as quick dirty
recipe test.
- Environment variables can now be added to the bin/django(.*) scripts allowing,
for example, the addition of os.environ['CELERY_LOADER'] = 'django'.

3.1.1

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

- Capitalise Jinja2 properly in dependencies so that it can be pinned properly
- Added new option: "bin-on-path" which, if true, will add the buildout
bin-directory to os.environ['PATH'] in each django script.

3.1.0

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

- Eggs were never being installed due to a bug that used the working set in
offline mode. Now we inherit from zc.recipe.egg.Egg which gives us a standard
working_set method for correctly determining working_set.

3.0.3

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

- Fixed extra-paths bug where a blank extra-paths option would add the cwd.
- Made the recipe PEP-8 compatible.

3.0.2

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

- Adds apps to installed apps in the settings
- Creates a test runner that can run the created apps
- Creates an initial setup.py for the app
- Creates a urls.py with sensible defaults, including serving static files in debug mode
- Creates a settings.py and production.py heirachy, to enable settings overriding
- Can download django from a specific URL
- Added extra-paths option to append paths to sys.path in the bin/django* scripts.

2.0.0

-----

- Ground up rewrite, to use the django egg, rather than downloading a tarball.
This has removed the ability to use the SVN trunk

Page 2 of 7

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.