Add your description here
Project description
*Placeholder logo*
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
- Third-Party Templates: Add support for using a third-party template.
- Polish: Add lots of polish inspired by
laravel
CLI. - 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
). Tests: Add tests to ensure the utility works as expected.Environment Variables: Add support for environment variables to configure the project.LTS Version: Add an option so you can use the latest LTS version of Django instead of the latest release default.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
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.5.5.tar.gz
(894.5 kB
view details)
Built Distribution
File details
Details for the file dj_beat_drop-0.5.5.tar.gz
.
File metadata
- Download URL: dj_beat_drop-0.5.5.tar.gz
- Upload date:
- Size: 894.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.4.29
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 44781ccb918a4896b17070246e4bb2785732b3eaec641c0c147d4b502901af32 |
|
MD5 | 293c16ef1fe73926c137fa89654751a1 |
|
BLAKE2b-256 | 37dbc25f3f87a19f7239e22438c9f4c2bb9ef70dba031555a4525eaa925731c3 |
File details
Details for the file dj_beat_drop-0.5.5-py3-none-any.whl
.
File metadata
- Download URL: dj_beat_drop-0.5.5-py3-none-any.whl
- Upload date:
- Size: 26.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.4.29
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 54508848f055f9c682d197af4f0d9ad97568e069ae5f50649e9d8082e2564f8a |
|
MD5 | 750de8ebbabdd257463706c1f2328fac |
|
BLAKE2b-256 | 9b7182f5170fcfec57b44c7f244f1fbee4f7c0e3c8cae5f391d3333cf11d5f09 |