Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrouhi13/djecrety
Djecrety is a Django secret key generator. (Just for fun and experiment.)
https://github.com/mrouhi13/djecrety
django django-secret-key python secret-key secret-key-generator
Last synced: 27 days ago
JSON representation
Djecrety is a Django secret key generator. (Just for fun and experiment.)
- Host: GitHub
- URL: https://github.com/mrouhi13/djecrety
- Owner: mrouhi13
- License: gpl-3.0
- Created: 2018-08-09T06:20:07.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2023-11-02T21:45:17.000Z (about 1 year ago)
- Last Synced: 2024-09-30T10:42:36.558Z (about 1 month ago)
- Topics: django, django-secret-key, python, secret-key, secret-key-generator
- Language: Python
- Homepage: http://djecrety.ir/
- Size: 3.57 MB
- Stars: 105
- Watchers: 2
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - mrouhi13/djecrety - Djecrety is a Django secret key generator. (python)
README
Djecrety
========
.. image:: https://img.shields.io/pypi/v/djecrety.svg
:target: https://pypi.org/project/djecrety
:alt: PyPI - Build.. image:: https://readthedocs.org/projects/djecrety/badge/?version=latest
:target: https://djecrety.readthedocs.io/?badge=latest
:alt: Documentation Status.. image:: https://codecov.io/gh/mrouhi13/djecrety/branch/main/graph/badge.svg
:target: https://codecov.io/gh/mrouhi13/djecrety
:alt: Code Coverage.. image:: https://img.shields.io/pypi/dm/djecrety.svg
:target: https://pypistats.org/packages/djecrety
:alt: PyPI - Downloads.. image:: https://github.com/mrouhi13/djecrety/workflows/Django%20CI/badge.svg
:alt: Django CIDjecrety is a Django implementation of a `Web tool `_ with the same name. This package provides a command to generate a new secret key for your project and save it to ``settings.py``.
For more details `https://docs.djecrety.ir `_
Requirements
============
To be able to run **Djecrety** you have to meet following requirements:- Python >=3.6
- Django >=2.0Installation
============
Simply install using ``pip``:.. code-block:: bash
$ pip install djecrety
Documentation
=============
Documentation is available on `https://docs.djecrety.ir `_.