Skip to content

BaseMax/django-secret-key-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Secret Key Generator

MIT License

πŸ” A simple, client-side tool to generate secure Django SECRET_KEYs β€” fast, open-source, and ready to use in your browser.

Easily generate a secure and random Django SECRET_KEY for your Django projects.

πŸ”— Live Preview:
πŸ‘‰ https://basemax.github.io/django-secret-key-generator/

πŸ“¦ GitHub Repository:
πŸ‘‰ https://github.com/BaseMax/django-secret-key-generator


πŸ’‘ What is this?

A simple client-side tool to generate a new Django SECRET_KEY using JavaScript. No server is required.


✨ Features

  • πŸ” Generates a 50-character Django-compatible secret key
  • πŸ“‹ One-click "Copy to Clipboard" functionality
  • 🧠 MIT Licensed and open-source
  • ⚑ Lightweight and fast
  • πŸ–ΌοΈ Beautiful and responsive UI
  • πŸ”’ Runs 100% on your browser (no data sent to any server)

πŸš€ Usage

  1. Open the Live Preview.
  2. Click the "Generate" button.
  3. Click "Copy" to copy the secret key to your clipboard.
  4. Paste it into your Django settings file:
    SECRET_KEY = 'your-generated-secret-key-here'

πŸ§ͺ Example Output

#bv$$7ilaev0%+8j7t&w5o1d%&tu&f4e3j4-ea^qi8ou0-nje

πŸ› οΈ Development

  1. Clone the repository and open index.html in your browser:
git clone https://github.com/BaseMax/django-secret-key-generator.git
cd django-secret-key-generator
  1. open index.html # or just open it in your browser

πŸ™Œ Credits

Created and maintained by Max Base Inspired by the needs of Django developers to quickly generate secure secret keys.

πŸ”— Related Links

Django Docs: Secret Key

πŸ“„ License

This project is licensed under the MIT License.

Copyright Β© 2025 Max Base

About

πŸ” A simple, client-side tool to generate secure Django SECRET_KEYs β€” fast, open-source, and ready to use in your browser.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published