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.2.tar.gz
(33.0 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.2-py3-none-any.whl
(36.2 kB
view details)
File details
Details for the file ajo_cli-2.0.2.tar.gz.
File metadata
- Download URL: ajo_cli-2.0.2.tar.gz
- Upload date:
- Size: 33.0 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 |
2cc9a3edc5f785f23002b1f4637c658724259031da8658bb2d91e702e64425f5
|
|
| MD5 |
fa7044ad8323cc5b39d74e0e5d0f1547
|
|
| BLAKE2b-256 |
d001dfc55de275b9b55f216a66f6f411993ee1808c54bf9ef992135389ef8d12
|
File details
Details for the file ajo_cli-2.0.2-py3-none-any.whl.
File metadata
- Download URL: ajo_cli-2.0.2-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 |
7b9d7a1bfd9d2004005f89e6d6a9cd58d4d558a967233c0ebfc190ddee4ced6d
|
|
| MD5 |
af0934292862cba07adf4c5aed74c1a8
|
|
| BLAKE2b-256 |
61528ad5544af386cb2260d1b98fefe4e923187a0c570cd6893b95cc1104f456
|