Skip to main content

Add your description here

Project description

dj-beat-drop

Logo

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 a pyproject.toml file that can be used by uv 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


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.2.0.tar.gz (225.7 kB view details)

Uploaded Source

Built Distribution

dj_beat_drop-0.2.0-py3-none-any.whl (20.7 kB view details)

Uploaded Python 3

File details

Details for the file dj_beat_drop-0.2.0.tar.gz.

File metadata

  • Download URL: dj_beat_drop-0.2.0.tar.gz
  • Upload date:
  • Size: 225.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.4.20

File hashes

Hashes for dj_beat_drop-0.2.0.tar.gz
Algorithm Hash digest
SHA256 0798257953b2b85c0d4c03aa4cb803bf4781e4a8c94a58179b75eec01383cdd7
MD5 7cfa71db08c2ad0699e3ccd7976ecadd
BLAKE2b-256 25c1ce82472c1f8bcaad427013262da8fd4e3f6116f35efeee2f387e9c0613ca

See more details on using hashes here.

File details

Details for the file dj_beat_drop-0.2.0-py3-none-any.whl.

File metadata

File hashes

Hashes for dj_beat_drop-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 d82b88a46290bf1208358db553fa9023ed5194e33f4a33fa0e31808d201a4eab
MD5 948a101eadee7f7f749a1cf38ef8ae2d
BLAKE2b-256 5ab5e64a2b69631f83727727d1a92ae1cc4619500ff7e8480665ab72fdf8def9

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page