pdm shortcuts for Django projects
Project description
pdm-django: Django command shortcuts for PDM
A plugin that gives you command shortcuts for developing with PDM.
pdm run python manage.py runserver -> pdm manage runserver
pdm run django-admin startproject narf -> pdm django-admin startproject narf
Install
pdm plugin add pdm-django
Usage
manage.py
Example: pdm manage runserver
django-admin
Example: pdm django-admin startproject narf
Configuring .env
pdm-django inherits from the pdm run command, so if you would like to load a dotenv file, use the same notation in your pyproject.toml file.
[tool.pdm.scripts]
_.env_file = ".env"
CLI Option Conflicts
You may run into some options conflicts between the pdm command and the Django command you run. As of right now the only one I can find is pdm manage --help for which you will get the pdm help instead of the Django help. However, note you can still run pdm manage or pdm manage help to view the Django help. Same situation applies for pdm django-admin --help.
Shameless Plugs
I built this library originally for the NeutronSync Service. So if you would like to support this project please support the service with a subscription to NeutronSync or a donation to the open source libraries.
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
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
File details
Details for the file pdm-django-0.4.0.tar.gz.
File metadata
- Download URL: pdm-django-0.4.0.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
71dc85097eddf8d4d6d8fc44f287bba0c162aa6bf0c3ad8ae799f8a7017eb574
|
|
| MD5 |
bf3daea8ac160982d728b4c8dfa9be1c
|
|
| BLAKE2b-256 |
15247de5d4bb3d95bf56635cf3ffc5ec088ea1eeb333b341642435889429242f
|
File details
Details for the file pdm_django-0.4.0-py3-none-any.whl.
File metadata
- Download URL: pdm_django-0.4.0-py3-none-any.whl
- Upload date:
- Size: 3.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cdec46b45e7b58511b1577d0fcee81479400f3af3ef85ad226e58a4cacfa7086
|
|
| MD5 |
789d3ee0dfe6c5044110a061b2d04348
|
|
| BLAKE2b-256 |
6ab40e495183f1439506dd9808be54dea9ade50364de022416ac879174cf156c
|