Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cli #11

Merged
merged 4 commits into from
Apr 11, 2022
Merged

Cli #11

merged 4 commits into from
Apr 11, 2022

Conversation

mrharpo
Copy link
Contributor

@mrharpo mrharpo commented Apr 7, 2022

CLI

Added basic command line init script (using docker)

functions

  • dev or d
    • starts a local development server
  • build or b
    • build (or rebuild) the docker image
  • shell or s
    • starts a shell with all django variables loaded
  • manage or m
    • run a manage.py command
  • cmd or c
    • run a command directly on the container

Included usage notes in readme.

@mrharpo mrharpo requested a review from afred April 7, 2022 21:08
Copy link
Contributor

@afred afred left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants