Command Line Interface for Django with Nifty Scripts
Project description
djc
- Command Line Interface for Django with Nifty Scripts
usage
Install djc in the same environment as your Django project
create a new user
Setting safe to true, makes it so the command doesn't exit with an error code if the user already exists
djc create-user --username="daniel" --email="example@gmail.com" --password="password" --debug="true" --safe="true"
You can also run djc create-superuser
which takes the same flags and arguments.
run a file within the Django environment
djc run --filepath seed.py
or
djc run -f seed.py
makemigrations
djc makemigrations
run migrations
djc migrate
collect static files
This command automatically answers any questions with yes.
djc collectstatic
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
djc-0.7.2.tar.gz
(3.3 kB
view details)
File details
Details for the file djc-0.7.2.tar.gz
.
File metadata
- Download URL: djc-0.7.2.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.0 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a004f93817f5e66d4b3ac0ad8b40221fbe49b125e16ab1c998811efef2ece22d |
|
MD5 | 3f1808846dd254e138e7c2c1a039b7c8 |
|
BLAKE2b-256 | fe32e1bc95f514ac11eb59f2ef440af4a52f2039181d0581c250bcf37471f6dc |