Skip to main content

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

djc create-user --username="daniel" --email="example@gmail.com" --password="password" --debug="true"

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. ``bash djc collecstatic

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

djc-0.5.0.tar.gz (3.0 kB view hashes)

Uploaded Source

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