Django-spinproject

Latest version: v2.7.0

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

Scan your dependencies

Page 1 of 3

2.7.0

What's Changed
* Add CSRF_TRUSTED_ORIGINS by Kirill-Lekhov in https://github.com/m1kc/django-spinproject/pull/65
* Bump jinja2 from 3.1.2 to 3.1.3 by dependabot in https://github.com/m1kc/django-spinproject/pull/64

**Full Changelog**: https://github.com/m1kc/django-spinproject/compare/v2.6.0...v2.7.0

2.6.0

What's Changed
* gitlab-ci: coverage reports updated for newer versions of GitLab;
* gitlab-ci: now uses CI variable $DOCKER_USERNAME for Docker username;
* `manage.py check --deploy --fail-level=CRITICAL` is now performed as part of Docker image startup to detect most common issues;
* New option: `docker.base_image`;
* `python3` binary is now used instead of ambiguous `python`;
* Django's secret key generator is now used when creating `.env`;
* `gunicorn` is now suggested for new projects 'cause it's used by Docker image anyway;
* Add `login-template` module;
* The deprecated `docker.username` field will not be added to new projects;
* Improved some UI messages;
* `--enable=all` and `--enable=ALL`;
* More improvements and fixes.


**Full Changelog**: https://github.com/m1kc/django-spinproject/compare/v2.5.0...v2.6.0

2.5.0

What's Changed
* Minor UI/UX improvements and fixes by Kirill-Lekhov in https://github.com/m1kc/django-spinproject/pull/53

**Full Changelog**: https://github.com/m1kc/django-spinproject/compare/v2.4.0...v2.5.0

2.4.0

What's Changed

* Fix gitignore ignoring more files than intended by Kirill-Lekhov in https://github.com/m1kc/django-spinproject/pull/51


**Full Changelog**: https://github.com/m1kc/django-spinproject/compare/v2.3.0...v2.4.0

2.3.0

What's Changed

* Speed up Gitlab CI on deploy stage. (by Kirill-Lekhov, https://github.com/m1kc/django-spinproject/pull/50)


**Full Changelog**: https://github.com/m1kc/django-spinproject/compare/v2.2.0...v2.3.0

2.2.0

:tada: :tada: :tada: **Spinproject 2** brings many improvements designed to make your life easier while not standing in your way. It has mostly the same features that 1.0 had, but:

* All these features are now opt-in, you don't have to use them all;
* It's much easier to add spinproject to your existing projects (just type `--init` and go from there);
* As spinproject evolves, you can gradually adopt these new features with the `--upgrade` command without headache.

This version has been battle-tested on 10+ real projects for several months, so I'm pretty sure it's good. Give it a try.

See the Readme for more details.

<hr />

This release woudn't be possible without Kirill-Lekhov's help — many thanks to him!

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.