Add your description here
Project description
dj-beat-drop
dj-beat-drop
is a CLI utility designed to simplify the creation of new Django projects by organizing all configuration
files into a config
directory, instead of using Django's default naming convention. This approach avoids the
antipattern of naming the config directory the same as the project name.
Project Status
This project is in the very early stages of development, focusing on defining the API. Future releases will include additional features and improvements.
Features
- Simplified Project Structure: All configuration files are placed in a
config
directory. - Latest Django Version: Currently, the utility uses the latest release of Django.
Future Goals
- Specify Django Version: Add an option to specify the Django version when creating a new project.
- Polish: Add lots of polish inspired by
laravel
CLI. Possibly refactor to use Rust or the coolest CLI library. - Additional Subcommands: Introduce more subcommands to enhance functionality.
- Official Django Project: Aim to have this utility included as an official Django project, potentially renaming the
command to
django
for easier usage (e.g.,django new
). pyproject.toml
Integration: Set up new Django projects with apyproject.toml
file that can be used byuv
to run the project.
Installation
pip install dj-beat-drop
Usage
# If you just installed dj-beat-drop, then reload your shell to make the command available.
beatdrop new example_project
cd example_project
uv init
uv add django
uv run manage.py migrate
uv run manage.py runserver
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
dj_beat_drop-0.1.1.tar.gz
(28.7 kB
view details)
Built Distribution
File details
Details for the file dj_beat_drop-0.1.1.tar.gz
.
File metadata
- Download URL: dj_beat_drop-0.1.1.tar.gz
- Upload date:
- Size: 28.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.4.20
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ad02780630de57ead147e4f98ca79eb7a3093e0680bf0a1895a14fad7e58339e |
|
MD5 | 6dad145defcbe8974ae50402fb82d461 |
|
BLAKE2b-256 | f6658bdb84ecf8e3ba3be514e2501075a6cdcd7098dec1a14c3ec1f96be55029 |
File details
Details for the file dj_beat_drop-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: dj_beat_drop-0.1.1-py3-none-any.whl
- Upload date:
- Size: 16.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.4.20
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bc4002bd8ad13e171cfe0b4d5ba641de5f4f437d7c912eaeadaf1db50f1ee075 |
|
MD5 | b984681d1c97cf731a2d5f8e726418b7 |
|
BLAKE2b-256 | d67a571eb0da0d30d6ab7330313425d66c44bb9a0908f1e0f7416db314ffcd42 |