Professional Django scaffolder with Cyberpunk TUI
Project description
🚀 AJO - Professional Django Scaffolder
AJO (Advanced Java Orchestrator) - The ultimate Django project generator with Cyberpunk TUI
✨ Features
- 🚀 Lightning Fast - Powered by
uvpackage manager - 🎨 Stunning TUI - Cyberpunk theme with Nerd Font icons
- 🗄️ Multi-Database - SQLite, PostgreSQL, MySQL support
- 🐙 GitHub Integration - Auto-create repos and push
- 🔄 CI/CD Ready - GitHub Actions with Ruff linter
- 📦 Multiple Apps - Create unlimited Django apps
- 🔒 Security First - Auto .env with SECRET_KEY
📦 Installation
Option 1: pip (Any OS)
# with pipx (recommended)
pipx install ajo-cli
# whith pip
pip install ajo-cli
# Or with uv (recommended)
uv tool install ajo-cli
Option 2: AUR (Arch linux)
# Install globally
yay -S ajo-cli
# Using paru
paru -S ajo-cli
Create new Django project
ajo
Inside Django project, run smart commands
ajo
Then choose from: runserver, makemigrations, migrate, etc.
completions/ajo.bash
_ajo_completion() { local cur=${COMP_WORDS[COMP_CWORD]} COMPREPLY=($(compgen -W "help version" -- $cur)) } complete -F _ajo_completion ajo
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ajo_cli-2.0.1.tar.gz
(33.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
ajo_cli-2.0.1-py3-none-any.whl
(36.2 kB
view details)
File details
Details for the file ajo_cli-2.0.1.tar.gz.
File metadata
- Download URL: ajo_cli-2.0.1.tar.gz
- Upload date:
- Size: 33.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.16 {"installer":{"name":"uv","version":"0.11.16","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Arch Linux","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5407d36595a5ecb1f6a164d96bca12e9068aee2d04a9e8465191f87fe5db0c81
|
|
| MD5 |
646d34d5528fccb52670bf24a847e40d
|
|
| BLAKE2b-256 |
6ae5749238e2365b07d1a729acbda0c3a5b4dfed0a259526e6baef92931ec87f
|
File details
Details for the file ajo_cli-2.0.1-py3-none-any.whl.
File metadata
- Download URL: ajo_cli-2.0.1-py3-none-any.whl
- Upload date:
- Size: 36.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.16 {"installer":{"name":"uv","version":"0.11.16","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Arch Linux","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bc3cfa290e76e0ebbcb747aa313d1acc43e4c7d44e91cf52096a927d8ca9bb6a
|
|
| MD5 |
0ba763bf79bf56b224d10e2c70621b5f
|
|
| BLAKE2b-256 |
a71c331d4bf2609bc4fa8eb26dc525509d8895d553a71d48f2779a2a0b97dd7a
|