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)
# Install globally
pip install ajo
# Or with uv (recommended)
uv tool install ajo
Option 2: AUR (Arch linux)
# Install globally
yay -S ajo
# Using paru
paru -S ajo
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.0.tar.gz
(24.9 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.0-py3-none-any.whl
(26.9 kB
view details)
File details
Details for the file ajo_cli-2.0.0.tar.gz.
File metadata
- Download URL: ajo_cli-2.0.0.tar.gz
- Upload date:
- Size: 24.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.15 {"installer":{"name":"uv","version":"0.11.15","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 |
24a89305a6adff60db40895955cf7cda033d1acdda55ddc657b69615189283d8
|
|
| MD5 |
e9706062c88ca32589410876cfddec9a
|
|
| BLAKE2b-256 |
ed0a4f5b5f71fe4d5c0dea196c8f106ac51207dc45a158879298306d0b2ce45e
|
File details
Details for the file ajo_cli-2.0.0-py3-none-any.whl.
File metadata
- Download URL: ajo_cli-2.0.0-py3-none-any.whl
- Upload date:
- Size: 26.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.15 {"installer":{"name":"uv","version":"0.11.15","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 |
aebbeff67739aead98704c59b4222bb1402adfa57054d04c87ae79ab3c4296eb
|
|
| MD5 |
cef8253238baebd590a72ee6b87c0650
|
|
| BLAKE2b-256 |
49cb5eea0fbded62421e0198c828d8168f54fcb61dfc28733ce8bcaca88a2546
|