Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
NeutraChikara committed Dec 13, 2024
1 parent 3cd38ce commit 6919d44
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class Command(BaseCommand):
other (ill-intended) code. Using the hash, this is prevented.
Example:
manage.py fetch_and_install_core_scripts --versionTag v1.2.0 --commitHash 1c1c65e8f2de96f1f1dd8a3b574871477a13cc8fbd46b591e988206170735238
manage.py fetch_and_install_core_scripts --versionTag v0.1.2 --commitHash b3a791b52bc9937c6cb168c706ee003b0666fc93
"""

def add_arguments(self, parser):
Expand Down
3 changes: 2 additions & 1 deletion compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ services:
DB_PASSWORD: bpc
DB_PORT: ""
ALLOWED_HOSTS: "*"
CORE_SCRIPT_COMMIT_HASH: 50228b24711d3c69c557dc1f5422e9094aaa430a
CORE_SCRIPT_COMMIT_HASH: b3a791b52bc9937c6cb168c706ee003b0666fc93
CORE_SCRIPT_VERSION_TAG: v0.1.2
DEBUG: True
SECRET_KEY: v3rys1kr3t
# Admin contact - fill in your own name and email as desired.
Expand Down

0 comments on commit 6919d44

Please sign in to comment.